LinuxNativeApiInitNativeVideoEncoder Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static StatusCode InitNativeVideoEncoder(
IntPtr instance,
int width,
int heigth,
int framerate,
int bitrate,
int profile,
int level,
IntPtr param
)
Public Shared Function InitNativeVideoEncoder (
instance As IntPtr,
width As Integer,
heigth As Integer,
framerate As Integer,
bitrate As Integer,
profile As Integer,
level As Integer,
param As IntPtr
) As StatusCode
public:
static StatusCode InitNativeVideoEncoder(
IntPtr instance,
int width,
int heigth,
int framerate,
int bitrate,
int profile,
int level,
IntPtr param
)
static member InitNativeVideoEncoder :
instance : IntPtr *
width : int *
heigth : int *
framerate : int *
bitrate : int *
profile : int *
level : int *
param : IntPtr -> StatusCode
Parameters
- instance
- Type: SystemIntPtr
- width
- Type: SystemInt32
- heigth
- Type: SystemInt32
- framerate
- Type: SystemInt32
- bitrate
- Type: SystemInt32
- profile
- Type: SystemInt32
- level
- Type: SystemInt32
- param
- Type: SystemIntPtr
Return Value
Type:
StatusCode
See Also