Click or drag to resize
AudioFormat Constructor (Int32, Int32, Int32, AudioType)
Initializes a new instance of the AudioFormat class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AudioFormat(
	int sampleRate,
	int channels,
	int bitRate,
	AudioType audioType
)

Parameters

sampleRate
Type: SystemInt32
Sample rate.
channels
Type: SystemInt32
Channels.
bitRate
Type: SystemInt32
Bits per sample.
audioType
Type: Ozeki.MediaAudioType
The encoding type of the audio.
See Also