| BaseH263CodecSetEncoderConfig Method  | 
            Átállítja az encoder konfigurációt
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
 - Type: SystemInt32
 - height
 - Type: SystemInt32
 - frameRate
 - Type: SystemDouble
 - bitsPerPixel
 - Type: SystemDouble
 
Return Value
Type: 
BooleanTrue, ha megváltozott a konfig
Implements
IVideoCodecConfigurableSetEncoderConfig(Int32, Int32, Double, Double)
See Also