Click or drag to resize
OzNativeMediaWriterInitAudioStream Method
Initializes the audio stream. If failed this object will be disposed.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool InitAudioStream(
	int sampleRate,
	int channels,
	int bitrate,
	OzNativeCodec codec
)

Parameters

sampleRate
Type: SystemInt32
Sample rate.
channels
Type: SystemInt32
Channels.
bitrate
Type: SystemInt32
Bitrate.
codec
Type: Ozeki.CommonOzNativeCodec
Codec.

Return Value

Type: Boolean
true, if audio stream was inited, false otherwise.
See Also