Click or drag to resize

NativeAPIH264EncoderInit Method


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

Parameters

instance  IntPtr
 
videoInfo  VideoStreamInfo
 
codecInfo  VideoCodecInfo
 
bitrate  Int32
 
profileIdc  Int32
 
levelIdc  Int32
 

Return Value

StatusCode
See Also