BaseH263CodecSetDecoderConfig Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemInt32
- height
- Type: SystemInt32
- frameRate
- Type: SystemDouble
Implements
IVideoCodecConfigurableSetDecoderConfig(Int32, Int32, Double)See Also