Class ALVorbisDecompressor.TALVorbisDecompressor
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 36: | Line 36: | ||
Receives Vorbis compressed data, and decompresses it into | Receives Vorbis compressed data, and decompresses it into | ||
audio data stream. | audio data stream. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ALVorbisDecompressor_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 67: | Line 73: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Revision as of 20:29, 10 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: ALVorbisDecompressor
Inherits: TALBasicAudioDecompressor
Contents |
Syntax
Delphi:
type TALVorbisDecompressor = class( TALBasicAudioDecompressor )
C++ Builder:
class TALVorbisDecompressor : public TALBasicAudioDecompressor
Visual C++ (MFC):
class CTALVorbisDecompressor : public CTALBasicAudioDecompressor
C# (.NET):
public ref class TALVorbisDecompressor : Mitov.AudioLab.BasicAudioDecompressor
Summary
Decompresses Vorbis compressed audio.
Description
Receives Vorbis compressed data, and decompresses it into audio data stream.
Diagram:
Properties
Published
- AudioFormat - Desired output audio format.
- MasterPumping - Specifies the masterpumping settings.
Public
- Comments - The comments embedded in the stream.
- CommentCount - Count embedded comments.
- Vendor - The name of the vendor.
- SampleRate - The current audio sample rate.
- ChannelCount - Count audio channels.
- CurrentTime - Current audio time compressed.
From TALBasicAudioDecompressor
Pins
- OutputPin - The Audio Output Pin of the decompressor.