Click or drag to resize
AudioData Constructor
Initializes a new instance of the AudioData class

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AudioData(
	CodecType codecType,
	uint timeStamp,
	byte[] rawData
)

Parameters

codecType
Type: Ozeki.MediaGatewayCodecType
timeStamp
Type: SystemUInt32
rawData
Type: SystemByte
See Also