AudioFormat Struct
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.
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. |