Class ALQueuedSwitch.TALQueuedSwitch
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:45, 11 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabPkg
Unit: ALQueuedSwitch
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TALQueuedSwitch = class( TLPComponent )
C++ Builder:
class TALQueuedSwitch : public TLPComponent
Visual C++ (MFC):
class CTALQueuedSwitch : public CTLPComponent
C# (.NET):
public ref class TALQueuedSwitch : Mitov.AudioLab.Component
Summary
Multi-channel queued video and audio switch.
Description
Allows switching between multiple queued audio streams. Typically used for quick switching from one audio source to another.
Diagram:
Properties
Published
- InputChannels - Collection of queued input channels.
- ActiveChannelIndex - The active channel index.
- Paused - Pauses or resumes the audio from the switch.
Pins
- OutputPin - The Audio Output Pin of the switch.
PinLists
- InputPins - The Audio Input Pins for the switch.
Events
- OnSwitch - Occurs when the component switches from channel to channel.