BaseH263CodecSetEncoderConfig Method |
Átállítja az encoder konfigurációt
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic virtual bool SetEncoderConfig(
int width,
int height,
double frameRate,
double bitsPerPixel
)
Public Overridable Function SetEncoderConfig (
width As Integer,
height As Integer,
frameRate As Double,
bitsPerPixel As Double
) As Boolean
public:
virtual bool SetEncoderConfig(
int width,
int height,
double frameRate,
double bitsPerPixel
)
abstract SetEncoderConfig :
width : int *
height : int *
frameRate : float *
bitsPerPixel : float -> bool
override SetEncoderConfig :
width : int *
height : int *
frameRate : float *
bitsPerPixel : float -> bool
Parameters
- width Int32
-
- height Int32
-
- frameRate Double
-
- bitsPerPixel Double
-
Return Value
BooleanTrue, ha megváltozott a konfig
Implements
IVideoCodecConfigurableSetEncoderConfig(Int32, Int32, Double, Double)
See Also