Interface IFilePlaylistItem
Unit
Declaration
type IFilePlaylistItem = interface(IPlaylistItem)
Description
No description available, ancestor IPlaylistItem description follows
No description available, ancestor ISerializable description follows
No description available, ancestor IUpdateObject description follows
No description available, ancestor IObservable description follows
—————————————————————————– Base Interfaces —————————————————————————–
Attributes
- GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
- GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']
Attributes
- GUID['{DF9B1F9D-09D1-4790-BC9E-D299A578B71A}']
Attributes
- GUID['{3F7CD9B8-D90C-46AC-9373-720A1423AB4C}']
Attributes
- GUID['{25B41388-72A2-41CE-A08C-6D976D3ADF62}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- IPlaylistItem
- IFilePlaylistItem
Overview
Methods
function GetFilename: string; |
|
procedure SetFilename(const iValue: string); |
|
function GetBackupFilename: string; |
|
procedure SetBackupFilename(const iValue: string); |
|
function GetCacheFilename: string; |
|
procedure SetCacheFilename(const iValue: string); |
|
function GetMaxAge: integer; |
|
procedure SetMaxAge(iValue: integer); |
|
function GetMaxAgeFilename: string; |
|
procedure SetMaxAgeFilename(const iValue: string); |
|
function GetRAMFileData: IFileData; |
|
procedure SetRAMFileData(iValue: IFileData); |
|
function GetLevel(iType: TLevelType): double; |
|
procedure SetLevel(iType: TLevelType; iValue: double); |
|
function GetFileTagData(iTag: string): string; |
|
function LoadMMD: boolean; |
|
procedure SaveMMD; |
|
function CreateFileData(iPurpose: TAudioPurpose): IFileData; |
|
function GetFileDate(out oDate: TDateTime): boolean; |
|
procedure Normalize(iMethod: TNormalizationMethod; iProgressIndicator: IProgressIndicator); |
Description
Methods
function GetFilename: string; |
|
procedure SetFilename(const iValue: string); |
|
function GetBackupFilename: string; |
|
procedure SetBackupFilename(const iValue: string); |
|
function GetCacheFilename: string; |
|
procedure SetCacheFilename(const iValue: string); |
|
function GetMaxAge: integer; |
|
procedure SetMaxAge(iValue: integer); |
|
function GetMaxAgeFilename: string; |
|
procedure SetMaxAgeFilename(const iValue: string); |
|
function GetRAMFileData: IFileData; |
|
procedure SetRAMFileData(iValue: IFileData); |
|
function GetLevel(iType: TLevelType): double; |
|
procedure SetLevel(iType: TLevelType; iValue: double); |
|
function GetFileTagData(iTag: string): string; |
|
function LoadMMD: boolean; |
|
procedure SaveMMD; |
|
function CreateFileData(iPurpose: TAudioPurpose): IFileData; |
|
function GetFileDate(out oDate: TDateTime): boolean; |
|
procedure Normalize(iMethod: TNormalizationMethod; iProgressIndicator: IProgressIndicator); |
|
Generated by PasDoc 0.16.0.