Click or drag to resize
AudioFormat Constructor (AudioType)
Initializes a new instance of the AudioFormat class with default values. (8000 Hz, 16 bit, mono)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AudioFormat(
	AudioType audioType
)

Parameters

audioType
Type: Ozeki.MediaAudioType
The encoding type of the audio.
See Also