Class ALAudioFormat.TALAudioFormatBasic
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: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TALAudioFormatBasic = class( TLPPersistentNotify )
C++ Builder:
class TALAudioFormatBasic : public TLPPersistentNotify
Visual C++ (MFC):
class CTALAudioFormatBasic : public CTLPPersistentNotify
C# (.NET):
public ref class AudioFormatBasic : Vcl.VclProperty
Summary
Basic Audio Format settings class.
Description
Defines basic audio format class to be used for the AudioFormat properties.
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 ).