Initializes a new instance of the 
MediaData class
 
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected 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
)
new : 
        codecType : CodecType * 
        timeStamp : uint32 * 
        rawData : byte[] -> MediaDataParameters
- codecType
 - Type: Ozeki.MediaGatewayCodecType
 - timeStamp
 - Type: SystemUInt32
 - rawData
 - Type: SystemByte
 
See Also