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: 10.3.199.0
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: OzNativeCodec
Codec.

Return Value

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