Class ALQueuedSwitch.TALQueuedSwitch
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(2 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' QueuedSwitch : [[Class LPComponent.TLPComponent|Mitov.AudioLab.Component]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 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 QueuedSwitch : 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.