Initializes a new instance of the
VideoData class.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public VideoData(
VideoFormat format,
byte[] data,
uint timestamp
)
Public Sub New (
format As VideoFormat,
data As Byte(),
timestamp As UInteger
)
public:
VideoData(
VideoFormat^ format,
array<unsigned char>^ data,
unsigned int timestamp
)
new :
format : VideoFormat *
data : byte[] *
timestamp : uint32 -> VideoData
Parameters
- format
- Type: Ozeki.MediaVideoFormat
The format of the video data. - data
- Type: SystemByte
The video data. - timestamp
- Type: SystemUInt32
The timestamp for the video data.
See Also