WebMWriterWriteVP8VideoData Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void WriteVP8VideoData(
byte[] data,
long pts
)
Public Sub WriteVP8VideoData (
data As Byte(),
pts As Long
)
public:
void WriteVP8VideoData(
array<unsigned char>^ data,
long long pts
)
member WriteVP8VideoData :
data : byte[] *
pts : int64 -> unit
Parameters
- data
- Type: SystemByte
- pts
- Type: SystemInt64
See Also