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
- IInterface
- IObservable
- IUpdateObject
- ICartPlayerControl
Overview
Methods
function GetItem: IAudioCartwallItem; |
|
function GetState: TPlayerState; |
|
function GetCurrentSourceControl: ISourceControl; |
|
function GetErrorMessage: string; |
|
function GetVolume: single; |
|
procedure SetVolume(iValue: single); |
|
function GetLevelInfo: ILevelInfo; |
|
procedure Play; |
|
procedure Pause; |
|
procedure Stop; |
|
procedure FadeOut; |
|
procedure StopOrFadeOut; |
|
procedure Click; |
|
procedure ExecuteCommand(iCommand: string); |
|
procedure ExecuteItemCommand(iCommand: TCartwallItemCommand); |
Description
Methods
function GetItem: IAudioCartwallItem; |
|
function GetState: TPlayerState; |
|
function GetCurrentSourceControl: ISourceControl; |
|
function GetErrorMessage: string; |
|
function GetVolume: single; |
|
procedure SetVolume(iValue: single); |
|
function GetLevelInfo: ILevelInfo; |
|
procedure Play; |
|
procedure Pause; |
|
procedure Stop; |
|
procedure FadeOut; |
|
procedure StopOrFadeOut; |
|
procedure Click; |
|
procedure ExecuteCommand(iCommand: string); |
|
procedure ExecuteItemCommand(iCommand: TCartwallItemCommand); |
|
Generated by PasDoc 0.16.0.