OzNativeMediaWriterWriteEncodedVideoData Method |
Writes the encoded video data.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool WriteEncodedVideoData(
byte[] data,
int length,
long timestamp
)
Public Function WriteEncodedVideoData (
data As Byte(),
length As Integer,
timestamp As Long
) As Boolean
public:
bool WriteEncodedVideoData(
array<unsigned char>^ data,
int length,
long long timestamp
)
member WriteEncodedVideoData :
data : byte[] *
length : int *
timestamp : int64 -> bool
Parameters
- data
- Type: SystemByte
Data. - length
- Type: SystemInt32
Length. - timestamp
- Type: SystemInt64
Timestamp.
Return Value
Type:
Booleantrue, if encoded video data was written,
false otherwise.
See Also