AudioChannelLayout Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the file or hardware audio channel layout.
public class AudioChannelLayout
type AudioChannelLayout = class
- Inheritance
-
AudioChannelLayout
Constructors
AudioChannelLayout() |
Fields
AudioTag | |
Channels |
The description of the various channels. |
ChannelUsage |
Properties
Bitmap | |
Name | |
SimpleName | |
Tag |
Methods
AsData() |
Encodes the AudioChannelLayout as an in-memory NSData structure. |
FromAudioChannelBitmap(AudioChannelBit) | |
FromAudioChannelLayoutTag(AudioChannelLayoutTag) | |
GetChannelMap(AudioChannelLayout, AudioChannelLayout) | |
GetMatrixMixMap(AudioChannelLayout, AudioChannelLayout) | |
GetNumberOfChannels(AudioChannelLayout) | |
GetTagForChannelLayout(AudioChannelLayout) | |
GetTagsForNumberOfChannels(Int32) | |
ToString() |
Renders a human-readable version of the object. |
Validate(AudioChannelLayout) |