Class ALAudioFormat.TALOptionalBasicAudioFormat
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 TALOptionalBasicAudioFormat = class( TALAudioFormatBasic )
C++ Builder:
class TALOptionalBasicAudioFormat : public TALAudioFormatBasic
Visual C++ (MFC):
class CTALOptionalBasicAudioFormat : public CTALAudioFormatBasic
C# (.NET):
public ref class OptionalBasicAudioFormat : Mitov.AudioLab.AudioFormatBasic
Summary
Optional audio format property class.
Description
Defines optional audio format property class. The format has Enabled sub property that can be used to enable or disable the format. If disabled the rest of the format subproperties will be ignored.
Properties
Published
- Enabled - Enables/disables the format.
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 ).