Ozeki VoIP SDK Class library
MediaData Constructor (codecType, timeStamp, rawData)
NamespacesOzeki.MediaGateway.DataMediaDataMediaData(CodecType, UInt32, array<Byte>[]()[][])
Initializes a new instance of the MediaData class
Declaration Syntax
C#Visual BasicVisual C++
protected MediaData(
	CodecType codecType,
	uint timeStamp,
	byte[] rawData
)
Protected Sub New ( 
	codecType As CodecType,
	timeStamp As UInteger,
	rawData As Byte()
)
protected:
MediaData(
	CodecType codecType, 
	unsigned int timeStamp, 
	array<unsigned char>^ rawData
)
Parameters
codecType (CodecType)
timeStamp (UInt32)
rawData (array<Byte>[]()[][])

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