Click or drag to resize

LinuxNativeApiWriteVideoData Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static int WriteVideoData(
	IntPtr muxer_instance,
	byte[] data,
	int length,
	ulong timestamp
)

Parameters

muxer_instance
Type: SystemIntPtr
data
Type: SystemByte
length
Type: SystemInt32
timestamp
Type: SystemUInt64

Return Value

Type: Int32
See Also