Class ALAudioFormat.TALAudioFormat
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: AudioLabBasicPkg
Unit: ALAudioFormat
Inherits: TALAudioFormatBasic
Contents |
Syntax
Delphi:
type TALAudioFormat = class( TALAudioFormatBasic )
C++ Builder:
class TALAudioFormat : public TALAudioFormatBasic
Visual C++ (MFC):
class CTALAudioFormat : public CTALAudioFormatBasic
C# (.NET):
public ref class AudioFormat : Mitov.AudioLab.AudioFormatBasic
Summary
Audio Format settings class.
Description
Defines audio format class to be used for the AudioFormat properties.
Properties
Published
- BufferSize - Specifies the desired buffer size for the audio data.
From TALAudioFormatBasic
Properties
Published
- Channels - Specifies the desired count of channels for the audio data. (1 - mono, 2 - stereo)
- Bits - Specifies the desired bits per channels for the audio data.
- SampleRate - Specifies the desired sample rate for the audio data.
- ChannelMask - Specifies the desired channel mask (Active Speakers ).