AudioFormat Struct

Definition

Tuple structure that encapsulates both an AudioChannelLayoutTag and an AudioStreamBasicDescription.

public struct AudioFormat
type AudioFormat = struct
Inheritance
AudioFormat

Fields

AudioChannelLayoutTag

The AudioChannelLayoutTag

AudioStreamBasicDescription

The AudioStreamBasicDescription.

Methods

GetFirstPlayableFormat(AudioFormat[])
ToString()

Returns a human-readable reprensetation of the tuple.

Applies to