Interface ICartPlayerControl

Unit

Declaration

type ICartPlayerControl = interface(IUpdateObject)

Description

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['{FAE81DA0-2DEF-4A64-B9FF-7358ED4B8041}']

Hierarchy

Overview

Methods

Public function GetItem: IAudioCartwallItem;
Public function GetState: TPlayerState;
Public function GetCurrentSourceControl: ISourceControl;
Public function GetErrorMessage: string;
Public function GetVolume: single;
Public procedure SetVolume(iValue: single);
Public function GetLevelInfo: ILevelInfo;
Public procedure Play;
Public procedure Pause;
Public procedure Stop;
Public procedure FadeOut;
Public procedure StopOrFadeOut;
Public procedure Click;
Public procedure ExecuteCommand(iCommand: string);
Public procedure ExecuteItemCommand(iCommand: TCartwallItemCommand);

Description

Methods

Public function GetItem: IAudioCartwallItem;
 
Public function GetState: TPlayerState;
 
Public function GetCurrentSourceControl: ISourceControl;
 
Public function GetErrorMessage: string;
 
Public function GetVolume: single;
 
Public procedure SetVolume(iValue: single);
 
Public function GetLevelInfo: ILevelInfo;
 
Public procedure Play;
 
Public procedure Pause;
 
Public procedure Stop;
 
Public procedure FadeOut;
 
Public procedure StopOrFadeOut;
 
Public procedure Click;
 
Public procedure ExecuteCommand(iCommand: string);
 
Public procedure ExecuteItemCommand(iCommand: TCartwallItemCommand);
 

Generated by PasDoc 0.16.0.