H264EncoderInitParams(Int32, Int32, Double, Int32) Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic H264EncoderInitParams(
int width,
int height,
double frameRate,
int bitRate
)
Public Sub New (
width As Integer,
height As Integer,
frameRate As Double,
bitRate As Integer
)
public:
H264EncoderInitParams(
int width,
int height,
double frameRate,
int bitRate
)
new :
width : int *
height : int *
frameRate : float *
bitRate : int -> H264EncoderInitParams
Parameters
- width Int32
-
- height Int32
-
- frameRate Double
-
- bitRate Int32
-
See Also