Interface IPlaylistImportSettings

Unit

Declaration

type IPlaylistImportSettings = interface(IBaseConfigObject)

Description

No description available, ancestor IBaseConfigObject 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['{38325509-11A7-43E0-BA96-377F740419A7}']
Attributes
GUID['{09ACB067-BE34-44F7-8F24-F250C99498FE}']

Hierarchy

Overview

Methods

Public function GetExtSource: string;
Public procedure SetExtSource(const iValue: string);
Public function GetExtConfig: IConfigValues;
Public procedure SetExtConfig(iValue: IConfigValues);
Public function GetImportStyle: TPlaylistImportStyle;
Public procedure SetImportStyle(iValue: TPlaylistImportStyle);
Public function GetHourSplitMode: TPlaylistSplitMode;
Public procedure SetHourSplitMode(iValue: TPlaylistSplitMode);
Public function GetHourSplitParameter: string;
Public procedure SetHourSplitParameter(const iValue: string);
Public function GetBlockSplitMode: TPlaylistSplitMode;
Public procedure SetBlockSplitMode(iValue: TPlaylistSplitMode);
Public function GetBlockSplitParameter: string;
Public procedure SetBlockSplitParameter(const iValue: string);
Public function GetFileFormat: string;
Public procedure SetFileFormat(const iValue: string);
Public function GetSourceFolder: string;
Public procedure SetSourceFolder(const iValue: string);
Public function GetFilenameFormat: string;
Public procedure SetFilenameFormat(const iValue: string);
Public function GetFileImportTasks: TFileImportTasks;
Public procedure SetFileImportTasks(iValue: TFileImportTasks);
Public function GetSummary: string;

Description

Methods

Public function GetExtSource: string;
 
Public procedure SetExtSource(const iValue: string);
 
Public function GetExtConfig: IConfigValues;
 
Public procedure SetExtConfig(iValue: IConfigValues);
 
Public function GetImportStyle: TPlaylistImportStyle;
 
Public procedure SetImportStyle(iValue: TPlaylistImportStyle);
 
Public function GetHourSplitMode: TPlaylistSplitMode;
 
Public procedure SetHourSplitMode(iValue: TPlaylistSplitMode);
 
Public function GetHourSplitParameter: string;
 
Public procedure SetHourSplitParameter(const iValue: string);
 
Public function GetBlockSplitMode: TPlaylistSplitMode;
 
Public procedure SetBlockSplitMode(iValue: TPlaylistSplitMode);
 
Public function GetBlockSplitParameter: string;
 
Public procedure SetBlockSplitParameter(const iValue: string);
 
Public function GetFileFormat: string;
 
Public procedure SetFileFormat(const iValue: string);
 
Public function GetSourceFolder: string;
 
Public procedure SetSourceFolder(const iValue: string);
 
Public function GetFilenameFormat: string;
 
Public procedure SetFilenameFormat(const iValue: string);
 
Public function GetFileImportTasks: TFileImportTasks;
 
Public procedure SetFileImportTasks(iValue: TFileImportTasks);
 
Public function GetSummary: string;
 

Generated by PasDoc 0.16.0.