Interface ISASRemote
Unit
Declaration
type ISASRemote = interface(IRemote)
Description
No description available, ancestor IRemote description follows
No description available, ancestor IConfigObject description follows
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['{67A9B82C-D94C-4297-9241-DD2B47918FE3}']
Attributes
- GUID['{DB9EEC57-0991-49FF-9D7B-2B2E49379E60}']
Attributes
- GUID['{4D68E450-4D2D-4159-999F-B197B4B045FB}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- IBaseConfigObject
- IConfigObject
- IRemote
- ISASRemote
Overview
Methods
procedure SendCommand(iCommand: word; iData: RawByteString); |
|
function GetFader(iSourceName: string): byte; |
|
function GetAllSources: IStrings; |
|
procedure SetFaderInputGain(iSourceName: string; iLevel: ShortInt); |
|
procedure SetFaderLevel(iSourceName: string; iLevel: ShortInt; iFadeTime: word); |
|
procedure SetPrelisten1On(iSourceName: string); |
|
procedure SetPrelisten1Off(iSourceName: string); |
|
procedure SetGPI(iNumber, iValue: byte); |
|
procedure SetFaderStart(iSourceName: string; iStatus: byte); |
|
procedure SetFaderReady(iSourceName: string); |
|
procedure ResetFaderReady(iSourceName: string); |
|
procedure FetchFaderStatus(iSourceName: string); |
|
function GetFaderStatus(iSourceName: string): byte; |
|
procedure FetchFaderLevel(iSourceName: string); |
|
function GetFaderLevel(iSourceName: string): ShortInt; |
Description
Methods
procedure SendCommand(iCommand: word; iData: RawByteString); |
|
function GetFader(iSourceName: string): byte; |
|
function GetAllSources: IStrings; |
|
procedure SetFaderInputGain(iSourceName: string; iLevel: ShortInt); |
|
procedure SetFaderLevel(iSourceName: string; iLevel: ShortInt; iFadeTime: word); |
|
procedure SetPrelisten1On(iSourceName: string); |
|
procedure SetPrelisten1Off(iSourceName: string); |
|
procedure SetGPI(iNumber, iValue: byte); |
|
procedure SetFaderStart(iSourceName: string; iStatus: byte); |
|
procedure SetFaderReady(iSourceName: string); |
|
procedure ResetFaderReady(iSourceName: string); |
|
procedure FetchFaderStatus(iSourceName: string); |
|
function GetFaderStatus(iSourceName: string): byte; |
|
procedure FetchFaderLevel(iSourceName: string); |
|
function GetFaderLevel(iSourceName: string): ShortInt; |
|
Generated by PasDoc 0.16.0.