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.4.13.0
Syntax
public bool InitAudioStream(
	int sampleRate,
	int channels,
	int bitrate,
	OzNativeCodec codec
)

Parameters

sampleRate  Int32
Sample rate.
channels  Int32
Channels.
bitrate  Int32
Bitrate.
codec  OzNativeCodec
Codec.

Return Value

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