Class ALDSAudioIn.TALAudioModeFormat
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 24: | Line 24: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' AudioModeFormat |
</code> | </code> | ||
== Summary == | == Summary == |
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: AudioLabEssentialPkg
Unit: ALDSAudioIn
Contents |
Syntax
Delphi:
type TALAudioModeFormat = class
C++ Builder:
class TALAudioModeFormat
Visual C++ (MFC):
class CTALAudioModeFormat
C# (.NET):
public ref class AudioModeFormat
Summary
Audio format and mode description property class.
Description
Defines a audio format and mode description. Describes a specific audio format supported and the options to change the format, such as minimal and maximal number of channels, samples per second etc.
Properties
Public
- MinChannels - The Minimum number of channels supported.
- MaxChannels - The Maximum number of channels supported.
- ChannelGranularity - Granularity of the channels.
- MinBitsPerSample - The Minimum bits per sample supported.
- MaxBitsPerSample - The Maximum bits per sample supported.
- BitsPerSampleGranularity - Granularity of the bits.
- MinSamplesPerSec - The Minimum sampling frequency allowed.
- MaxSamplesPerSec - The Maximum sampling frequency allowed.
- SamplesPerSecGranularity - Granularity of the bits.
- Format - Returns the current default audio format.