LinuxNativeApiNativeVideoDecode Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static StatusCode NativeVideoDecode(
IntPtr instance,
byte[] in_data,
int in_data_size,
out IntPtr output,
out int output_length,
ref int width,
ref int height,
out long timestamp
)
Public Shared Function NativeVideoDecode (
instance As IntPtr,
in_data As Byte(),
in_data_size As Integer,
<OutAttribute> ByRef output As IntPtr,
<OutAttribute> ByRef output_length As Integer,
ByRef width As Integer,
ByRef height As Integer,
<OutAttribute> ByRef timestamp As Long
) As StatusCode
public:
static StatusCode NativeVideoDecode(
IntPtr instance,
array<unsigned char>^ in_data,
int in_data_size,
[OutAttribute] IntPtr% output,
[OutAttribute] int% output_length,
int% width,
int% height,
[OutAttribute] long long% timestamp
)
static member NativeVideoDecode :
instance : IntPtr *
in_data : byte[] *
in_data_size : int *
output : IntPtr byref *
output_length : int byref *
width : int byref *
height : int byref *
timestamp : int64 byref -> StatusCode
Parameters
- instance IntPtr
-
- in_data Byte
-
- in_data_size Int32
-
- output IntPtr
-
- output_length Int32
-
- width Int32
-
- height Int32
-
- timestamp Int64
-
Return Value
StatusCode
See Also