Click or drag to resize

NativeAPIH264EncoderInit Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static StatusCode H264EncoderInit(
	IntPtr instance,
	VideoStreamInfo videoInfo,
	VideoCodecInfo codecInfo,
	int bitrate,
	int profileIdc,
	int levelIdc
)

Parameters

instance
Type: SystemIntPtr
videoInfo
Type: VideoStreamInfo
codecInfo
Type: Ozeki.CommonVideoCodecInfo
bitrate
Type: SystemInt32
profileIdc
Type: SystemInt32
levelIdc
Type: SystemInt32

Return Value

Type: StatusCode
See Also