NativeAPIInitNativeVideoDecoder Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static StatusCode InitNativeVideoDecoder(
IntPtr instance,
byte[] initData,
int initDataLength,
ref int width,
ref int height,
ref int framerate
)
Public Shared Function InitNativeVideoDecoder (
instance As IntPtr,
initData As Byte(),
initDataLength As Integer,
ByRef width As Integer,
ByRef height As Integer,
ByRef framerate As Integer
) As StatusCode
public:
static StatusCode InitNativeVideoDecoder(
IntPtr instance,
array<unsigned char>^ initData,
int initDataLength,
int% width,
int% height,
int% framerate
)
static member InitNativeVideoDecoder :
instance : IntPtr *
initData : byte[] *
initDataLength : int *
width : int byref *
height : int byref *
framerate : int byref -> StatusCode
Parameters
- instance
- Type: SystemIntPtr
- initData
- Type: SystemByte
- initDataLength
- Type: SystemInt32
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- framerate
- Type: SystemInt32
Return Value
Type:
StatusCode
See Also