AudioStreamFormat Class

Definition

Represents audio stream format used for custom audio input configurations. Updated in 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. 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 1.4.0

GetWaveFormat(UInt32, Byte, Byte, AudioStreamWaveFormat)

Creates an audio stream format object with the specified waveformat characteristics.

GetWaveFormatPCM(UInt32, Byte, Byte)

Creates an audio stream format object with the specified PCM waveformat characteristics.

Applies to