Class ALDSAudioIn.TALAudioModeFormat
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: AudioLabEssentialPkg
Unit: ALDSAudioIn
Contents |
Syntax
Delphi:
type TALAudioModeFormat = class
C++ Builder:
class TALAudioModeFormat
Visual C++ (MFC):
class CTALAudioModeFormat
C# (.NET):
public ref class TALAudioModeFormat
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.