Click or drag to resize
H264EncoderInit Method (Int32, Int32, Double, Int32, H264Profile, Int32)

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool Init(
	int width,
	int height,
	double frameRate,
	int bitrate,
	H264Profile profile,
	int level
)

Parameters

width
Type: SystemInt32
height
Type: SystemInt32
frameRate
Type: SystemDouble
bitrate
Type: SystemInt32
profile
Type: Ozeki.MediaH264Profile
level
Type: SystemInt32

Return Value

Type: Boolean
See Also