OzNativeMediaWriterWriteEncodedVideoData Method |
Writes the encoded video data.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 Byte
- Data.
- length Int32
- Length.
- timestamp Int64
- Timestamp.
Return Value
Booleantrue, if encoded video data was written,
false otherwise.
See Also