IVideoCodecConfigurableSetEncoderConfig Method |
Átállítja az encoder konfigurációt
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxbool SetEncoderConfig(
int width,
int height,
double frameRate,
double bitsPerPixel
)
Function SetEncoderConfig (
width As Integer,
height As Integer,
frameRate As Double,
bitsPerPixel As Double
) As Boolean
bool SetEncoderConfig(
int width,
int height,
double frameRate,
double bitsPerPixel
)
abstract 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
See Also