AudioChannelLayout Class

Definition

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)

Applies to