Ozeki VoIP SDK Class library
VideoData Constructor (format, data, type, timeStamp)
NamespacesOzeki.VoIP.MediaVideoDataVideoData(VideoFormat, array<Byte>[]()[][], VideoType, Double)
Creates a new instance of VideoData
Declaration Syntax
C#Visual BasicVisual C++
public VideoData(
	VideoFormat format,
	byte[] data,
	VideoType type,
	double timeStamp = 0
)
Public Sub New ( 
	format As VideoFormat,
	data As Byte(),
	type As VideoType,
	Optional timeStamp As Double = 0
)
public:
VideoData(
	VideoFormat^ format, 
	array<unsigned char>^ data, 
	VideoType type, 
	double timeStamp = 0
)
Parameters
format (VideoFormat)
The video format
data (array<Byte>[]()[][])
The video data information
type (VideoType)
The type of the data
timeStamp (Double) (Optional)
Time stamp in milliseconds for this chunk of video data.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649