AudioChannelLayoutTag_GetNumberOfChannels |
#define AudioChannelLayoutTag_GetNumberOfChannels(layoutTag) ((UInt32)((layoutTag) & 0x0000FFFF))
The low 16 bits of an AudioChannelLayoutTag gives the number of channels except for kAudioChannelLayoutTag_UseChannelDescriptions and kAudioChannelLayoutTag_UseChannelBitmap.
- layoutTag
- The AudioChannelLayoutTag to examine.
IsAudioFormatNativeEndian |
#if defined ( __cplusplus ) ( inline bool IsAudioFormatNativeEndian(const AudioStreamBasicDescription& f );
- f
- The AudioStreamBasicDescription to examine.
(Last Updated 12/13/2004)