Property ALDSAudioIn.TALAudioModeFormat.BitsPerSampleGranularity
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.
Class: TALAudioModeFormat
Contents |
Syntax
Delphi:
property BitsPerSampleGranularity : Integer read FBitsPerSampleGranularity;
C++ Builder:
__property int BitsPerSampleGranularity = { read=FBitsPerSampleGranularity };
Summary
Granularity of the bits.
Description
Use this property to get the granularity of the bits.
For example, it could specify 8 bits or 32 bits in steps of 8.