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