H264EncoderInitParams Constructor (Int32, Int32, Double, VideoQuality) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic H264EncoderInitParams(
int width,
int height,
double frameRate,
VideoQuality quality
)
Public Sub New (
width As Integer,
height As Integer,
frameRate As Double,
quality As VideoQuality
)
public:
H264EncoderInitParams(
int width,
int height,
double frameRate,
VideoQuality quality
)
new :
width : int *
height : int *
frameRate : float *
quality : VideoQuality -> H264EncoderInitParams
Parameters
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- frameRate
- Type: SystemDouble
- quality
- Type: VideoQuality
See Also