Share via


AudioFormat Struct

Definition

Tuple structure that encapsulates both an AudioChannelLayoutTag and an AudioStreamBasicDescription.

public struct AudioFormat
type AudioFormat = struct
Inheritance
AudioFormat

Fields

Name Description
AudioChannelLayoutTag

The AudioChannelLayoutTag

AudioStreamBasicDescription

The AudioStreamBasicDescription.

Methods

Name Description
GetFirstPlayableFormat(AudioFormat[])
ToString()

Returns a human-readable reprensetation of the tuple.

Applies to