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