NativeAPIH263EncoderInit Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
- imgHeight
- Type: SystemInt32
- imgWidth
- Type: SystemInt32
- frameRate
- Type: SystemDouble
- bitsPerPixel
- Type: SystemDouble
Return Value
Type:
StatusCode
See Also