H264EncoderInit Method (Int32, Int32, Double, Int32, H264Profile, Int32, VideoCodecInfo) |
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,
H264Profile profile,
int level,
VideoCodecInfo codecInfo
)
Public Function Init (
width As Integer,
height As Integer,
frameRate As Double,
bitrate As Integer,
profile As H264Profile,
level As Integer,
codecInfo As VideoCodecInfo
) As Boolean
public:
bool Init(
int width,
int height,
double frameRate,
int bitrate,
H264Profile profile,
int level,
VideoCodecInfo codecInfo
)
member Init :
width : int *
height : int *
frameRate : float *
bitrate : int *
profile : H264Profile *
level : int *
codecInfo : VideoCodecInfo -> bool
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- frameRate
- Type: SystemDouble
- bitrate
- Type: SystemInt32
- profile
- Type: Ozeki.MediaH264Profile
- level
- Type: SystemInt32
- codecInfo
- Type: Ozeki.CommonVideoCodecInfo
Return Value
Type:
BooleanSee Also