Class ALVorbisDecompressor.TALVorbisDecompressor
From Mitov Wiki Doc
(Difference between revisions)
Revision as of 00:23, 22 November 2011
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.
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.