Initializes a new instance of the
VideoData class
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public VideoData(
CodecType codecType,
uint timeStamp,
byte[] rawdata
)
Public Sub New (
codecType As CodecType,
timeStamp As UInteger,
rawdata As Byte()
)
public:
VideoData(
CodecType codecType,
unsigned int timeStamp,
array<unsigned char>^ rawdata
)
new :
codecType : CodecType *
timeStamp : uint32 *
rawdata : byte[] -> VideoData
Parameters
- codecType
- Type: Ozeki.MediaGatewayCodecType
- timeStamp
- Type: SystemUInt32
- rawdata
- Type: SystemByte
See Also