IVideoCodecConfigurableSetDecoderConfig Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxvoid SetDecoderConfig(
int width,
int height,
double frameRate
)
Sub SetDecoderConfig (
width As Integer,
height As Integer,
frameRate As Double
)
void SetDecoderConfig(
int width,
int height,
double frameRate
)
abstract SetDecoderConfig :
width : int *
height : int *
frameRate : float -> unit
Parameters
- width Int32
-
- height Int32
-
- frameRate Double
-
See Also