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