H264EncoderInit Method (Int32, Int32, Double, Int32) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool Init(
int width,
int height,
double frameRate,
int bitrate
)
Public Function Init (
width As Integer,
height As Integer,
frameRate As Double,
bitrate As Integer
) As Boolean
public:
bool Init(
int width,
int height,
double frameRate,
int bitrate
)
member Init :
width : int *
height : int *
frameRate : float *
bitrate : int -> bool
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- frameRate
- Type: SystemDouble
- bitrate
- Type: SystemInt32
Return Value
Type:
BooleanSee Also