Class ALBufferQueue.TALBufferQueue
From Mitov Wiki Doc
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: ALBufferQueue
Inherits: TALCommonFilter
Contents |
Syntax
Delphi:
type TALBufferQueue = class( TALCommonFilter )
C++ Builder:
class TALBufferQueue : public TALCommonFilter
Visual C++ (MFC):
class CTALBufferQueue : public CTALCommonFilter
C# (.NET):
public ref class TALBufferQueue : Mitov.AudioLab.CommonFilter
Summary
Audio buffer queue component.
Description
Use this component to when audio buffers from a source may not be in a good sync with the audio sink.
The component will queue buffers allowing a margin of timing difference between source and sink.