Click or drag to resize

OzNativeMediaWriterInitVideoStream Method

Initializes the video stream. If failed this object will be disposed.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public bool InitVideoStream(
	int width,
	int height,
	double framerate,
	int bitrate,
	OzNativeCodec codec
)

Parameters

width
Type: SystemInt32
Width.
height
Type: SystemInt32
Height.
framerate
Type: SystemDouble
Framerate.
bitrate
Type: SystemInt32
Bitrate.
codec
Type: OzNativeCodec
Codec.

Return Value

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