AudioStreamFormat Class
Definition
Represents audio stream format used for custom audio input configurations. Updated in version 1.5.0.
public sealed class AudioStreamFormat : IDisposable
type AudioStreamFormat = class
interface IDisposable
Public NotInheritable Class AudioStreamFormat
Implements IDisposable
- Inheritance
-
AudioStreamFormat
- Implements
Methods
Dispose() |
Dispose of associated resources. |
GetCompressedFormat(AudioStreamContainerFormat) |
Creates an audio stream format object that specifies which compressed audio container format the input uses. Support added in 1.4.0. |
GetDefaultInputFormat() |
Creates an audio stream format object that represents the default microphone input format (16 kHz, 16 bit, mono PCM). |
GetDefaultOutputFormat() |
Creates an audio stream format object that represents the default speaker output format (16 kHz, 16 bit, mono PCM). Added in version 1.4.0 |
GetWaveFormatPCM(UInt32, Byte, Byte) |
Creates an audio stream format object with the specified PCM waveformat characteristics. |