Unit mAirListInterfaces

Uses
Functions and Procedures
Constants
Variables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Record TPlaybackDeviceSet  
Interface IBaseMessage  
Interface IObjectsChangeMessage  
Interface IFactoryClass  
Interface IProgressIndicatorProvider  
Interface IBaseProgressIndicatorAccess  
Interface IProgressIndicatorAccess  
Interface ISimpleProgressIndicatorAccess  
Interface IProgressIndicator  
Interface IPersistent  
Interface IObservable  
Interface IMutex  
Interface IUpdateObject  
Interface ISerializable  
Interface ISerializableListMetadata  
Interface IBaseConfigObject  
Interface IConfigObject  
Interface IBaseListEnumerator  
Interface IBaseList  
Interface IObservableList  
Interface ISerializableList  
Interface IConfigObjectList  
Interface IStringsEnumerator  
Interface IStrings  
Interface IPlaylistVersionInfo  
Interface IFileData  
Interface IWritableFileData  
Interface IStream  
Interface IWritableStream  
Interface IIncompleteStream  
Interface IDummyAction  
Record TDatabaseNodeData  
Interface IDatabaseTree  
Interface IDatabaseSearchHandler  
Interface IItemLookup  
Interface IDatabase  
Interface IDatabaseInlineLoader  
Interface IDatabaseList  
Interface ISQLDatabase  
Interface ICueDataItem  
Interface IAddableCueDataItem  
Interface ITrackCueDataItem  
Interface IActionsCueDataItem  
Interface IEOFWarningCueDataItem  
Interface IMetaCueDataItem  
Interface ICueDataEnumerator  
Interface ICueData  
Interface IEnvelopePoint  
Interface IEnvelope  
Interface ILevelInfo  
Interface IAudioSource  
Interface IMultiAudioSource  
Interface IAudioDevice  
Record TAudioDeviceLookupResult  
Interface IAudioDeviceList  
Interface IPlaybackDevice  
Interface IPlaybackDeviceList  
Interface IFileDataRecorder  
Interface IRecordDevice  
Interface IRecordDeviceList  
Record TAudioRoutingNode  
Record TAudioRoutingResolveResult  
Record TAudioRoutingNodeAndResolveResult  
Interface IAudioRouting  
Interface IPlaybackAudioRouting  
Interface IRecordAudioRouting  
Interface IMixdownEngine  
Interface IMixdownEngine2  
Interface IAction  
Interface IRemoteAction  
Interface IActionList  
Interface IEmergencyAction  
Interface IDatabaseAction  
Interface IPlaylistItem  
Interface IFilePlaylistItem  
Interface IMetadataHandler  
Interface IInlineFilePlaylistItem  
Interface IStreamPlaylistItem  
Interface ILiveFeedPlaylistItem  
Interface IInfiniteLiveFeedPlaylistItem  
Interface IFiniteLiveFeedPlaylistItem  
Interface IContainerLikePlaylistItem  
Interface IEmbeddedPlaylistPlaylistItem  
Interface IAggregatedPlaylistItem  
Interface ISinglePlaylistAggregatedPlaylistItem  
Interface IContainerPlaylistItem  
Interface IHookContainerPlaylistItem  
Interface IAutoHookContainerPlaylistItem  
Interface IAutoHookContainerMarkerPlaylistItem  
Interface IRegionContainerPlaylistItem  
Interface IAdContainerPlaylistItem  
Interface IAdRegionContainerPlaylistItem  
Interface IAdContainer  
Interface IMultiTrackContainerPlaylistItem  
Interface INewsContainerPlaylistItem  
Interface IAutoFileContainerPlaylistItem  
Interface IDummyPlaylistItem  
Interface IErrorPlaylistItem  
Interface ICommandPlaylistItem  
Interface IBreakPlaylistItem  
Interface ISilencePlaylistItem  
Interface IInfiniteSilencePlaylistItem  
Interface IPlaylistFilePlaylistItem  
Interface IStubPlaylistItem  
Interface IAddablePlaylistItem  
Interface IPersistentPlaylistItemMetadata  
Interface IPlaylistItemMetadata  
Interface IPlaylistEnumerator  
Interface IPlaylist  
Interface IMultiPlaylistItemMetadata  
Interface IMultiPlaylist  
Interface IPlaylistContentProvider  
Interface IUntitledPlaylistContentProvider  
Interface IFilePlaylistContentProvider  
Interface IDatabasePlaylistContentProvider  
Interface IPlaylistContentInfo  
Interface ISourceControl  
Interface IPlayerControl  
Interface IPlaylistPlayerControl  
Interface IPlaybackControlItemMetadata  
Interface IPlaybackControl  
Interface IEventListItem  
Interface IEventList  
Interface IRemote  
Interface IBaseComPortRemote  
Interface ITCPRemote  
Interface IRemoteList  
Interface IRemoteController  
Record TLoggingEvent  
Interface ILogInterface  
Interface ISystemLogInterface  
Interface IMixer  
Interface ISerialPortManager  
Interface IComPort  
Interface IFilePlaylistItemClass  
Interface IFactory  
Interface IConfigValuesList  
Interface IConfigValues  
Interface IConfiguration  
Interface IFileStorage  
Interface IPlaylistStorage  
Interface IPlaylistExporter  
Interface IPlaylistImporter  
Interface IFileStorageClass  
Interface IExtPlaylistImporter  
Interface IAutoCueEngine  
Interface ILoudnessAnalyzer  
Interface IModule  
Interface IHiddenModule  
Interface IModuleList  
Interface IFileManager  
Interface INotifiedMessageReceiver  
Interface ILogInterfaceList  
Interface ILoggingTicket  
Interface ILoggingTicketList  
Interface ISystemLogInterfaceList  
Interface ISystemLog  
Interface ILogger  
Interface IMessageDispatcher  
Interface IRecycleBinPlaylist  
Interface IStandardAttribute  
Interface IStandardAttributeList  
Interface IInstanceData  
Interface INotifyItemStarted  
Interface IDummyObject  
Interface IDebugObject  
Interface IRunnable  
Interface IPeakAnalyzer  
Interface IPlayoutEngine  
Interface IPlayoutModule  
Interface IFileEncoderSettings  
Interface IFileEncoder  
Interface IPlaylistImportSettings  
Interface ICartwallTrigger  
Interface ICartwallTriggerList  
Interface ICartwallItem  
Interface IAudioCartwallItem  
Interface ICartwallItemList  
Interface ICartPlayerControl  
Interface ICartwallPageControl  
Interface ICartwallPageControlList  
Interface ICartwallControl  
Interface ICartwallPagePlaylistItem  
Interface ICartwallModule  
Interface IAlbumArtService  

Types

TMessageProc = procedure(iMessage: IBaseMessage) of object;
TPlaybackDeviceArray = array of IPlaybackDevice;
TRegionPlaybackDeviceArray = array[1..MAX_REGION] of IPlaybackDevice;
IUnknownArray = array of IUnknown;
TPlaylistItemArray = array of IPlaylistItem;
TSyncChangeEvent = procedure(Sender: TObject; ObjectID: TObjectID; const ChangeMessage: string; Changes: cardinal) of object;
TTraversePlaylistCallback = procedure(iItem: IPlaylistItem) of object;
IAudioSourceArray = array of IAudioSource;
TAudioRoutingNodeArray = array of TAudioRoutingNode;
TAudioRoutingNodeAndResolveResultArray = array of TAudioRoutingNodeAndResolveResult;

Description

Types

TMessageProc = procedure(iMessage: IBaseMessage) of object;
 
TPlaybackDeviceArray = array of IPlaybackDevice;
 
TRegionPlaybackDeviceArray = array[1..MAX_REGION] of IPlaybackDevice;
 
IUnknownArray = array of IUnknown;
 
TPlaylistItemArray = array of IPlaylistItem;
 
TSyncChangeEvent = procedure(Sender: TObject; ObjectID: TObjectID; const ChangeMessage: string; Changes: cardinal) of object;
 
TTraversePlaylistCallback = procedure(iItem: IPlaylistItem) of object;
 
IAudioSourceArray = array of IAudioSource;
 
TAudioRoutingNodeArray = array of TAudioRoutingNode;
 
TAudioRoutingNodeAndResolveResultArray = array of TAudioRoutingNodeAndResolveResult;
 

Generated by PasDoc 0.16.0.