WebMWriterWriteVP8VideoData Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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