Class ALAudioFormat.TALAudioFormatBasic
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' AudioFormatBasic : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 42: | Line 42: | ||
*[[Property ALAudioFormat.TALAudioFormatBasic.SampleRate|SampleRate]] - Specifies the desired sample rate for the audio data. | *[[Property ALAudioFormat.TALAudioFormatBasic.SampleRate|SampleRate]] - Specifies the desired sample rate for the audio data. | ||
*[[Property ALAudioFormat.TALAudioFormatBasic.ChannelMask|ChannelMask]] - Specifies the desired channel mask (Active Speakers ). | *[[Property ALAudioFormat.TALAudioFormatBasic.ChannelMask|ChannelMask]] - Specifies the desired channel mask (Active Speakers ). | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function ALAudioFormat.TALAudioFormatBasic.GetWaveFormat() : PALWaveFormatExtensible|function GetWaveFormat() : PALWaveFormatExtensible]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 26 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: 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 ).