NativeAPIH263EncoderInit Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static StatusCode H263EncoderInit(
IntPtr instance,
int imgHeight,
int imgWidth,
double frameRate,
double bitsPerPixel
)
Public Shared Function H263EncoderInit (
instance As IntPtr,
imgHeight As Integer,
imgWidth As Integer,
frameRate As Double,
bitsPerPixel As Double
) As StatusCode
public:
static StatusCode H263EncoderInit(
IntPtr instance,
int imgHeight,
int imgWidth,
double frameRate,
double bitsPerPixel
)
static member H263EncoderInit :
instance : IntPtr *
imgHeight : int *
imgWidth : int *
frameRate : float *
bitsPerPixel : float -> StatusCode
Parameters
- instance IntPtr
-
- imgHeight Int32
-
- imgWidth Int32
-
- frameRate Double
-
- bitsPerPixel Double
-
Return Value
StatusCode
See Also