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

Overview

Methods

Public function GetFilename: string;
Public procedure SetFilename(const iValue: string);
Public function GetBackupFilename: string;
Public procedure SetBackupFilename(const iValue: string);
Public function GetCacheFilename: string;
Public procedure SetCacheFilename(const iValue: string);
Public function GetMaxAge: integer;
Public procedure SetMaxAge(iValue: integer);
Public function GetMaxAgeFilename: string;
Public procedure SetMaxAgeFilename(const iValue: string);
Public function GetRAMFileData: IFileData;
Public procedure SetRAMFileData(iValue: IFileData);
Public function GetLevel(iType: TLevelType): double;
Public procedure SetLevel(iType: TLevelType; iValue: double);
Public function GetFileTagData(iTag: string): string;
Public function LoadMMD: boolean;
Public procedure SaveMMD;
Public function CreateFileData(iPurpose: TAudioPurpose): IFileData;
Public function GetFileDate(out oDate: TDateTime): boolean;
Public procedure Normalize(iMethod: TNormalizationMethod; iProgressIndicator: IProgressIndicator);

Description

Methods

Public function GetFilename: string;
 
Public procedure SetFilename(const iValue: string);
 
Public function GetBackupFilename: string;
 
Public procedure SetBackupFilename(const iValue: string);
 
Public function GetCacheFilename: string;
 
Public procedure SetCacheFilename(const iValue: string);
 
Public function GetMaxAge: integer;
 
Public procedure SetMaxAge(iValue: integer);
 
Public function GetMaxAgeFilename: string;
 
Public procedure SetMaxAgeFilename(const iValue: string);
 
Public function GetRAMFileData: IFileData;
 
Public procedure SetRAMFileData(iValue: IFileData);
 
Public function GetLevel(iType: TLevelType): double;
 
Public procedure SetLevel(iType: TLevelType; iValue: double);
 
Public function GetFileTagData(iTag: string): string;
 
Public function LoadMMD: boolean;
 
Public procedure SaveMMD;
 
Public function CreateFileData(iPurpose: TAudioPurpose): IFileData;
 
Public function GetFileDate(out oDate: TDateTime): boolean;
 
Public procedure Normalize(iMethod: TNormalizationMethod; iProgressIndicator: IProgressIndicator);
 

Generated by PasDoc 0.16.0.