Operates media packets
Methods
PacketAppendData
Appends a data to a packet
Syntax
void PacketAppendData( int cbData, long lpData )
Parameters
cbData - the size of the data
lpData - a pointer to the data
PacketInfoGet
Gets info for specified packet
Syntax
void PacketInfoGet( out M_PACKET_INFO _pPacketInfo )
Parameters
_pPacketInfo - packet information
PacketInfoSet
Update packet info (packet data NOT updated)
Syntax
void PacketInfoSet( ref M_PACKET_INFO _pPacketInfo )
Parameters
_pPacketInfo - packet information
PacketStreamInfoGet
Get stream info for specified packet
Syntax
void PacketStreamInfoGet( out M_STREAM_INFO _pStreamInfo )
Parameters
_pStreamInfo - stream information
PacketTimeGet
Return packet times and flags (in 100 nsec units)
Syntax
void PacketTimeGet( out M_TIME _pTime )
Parameters
_pTime - packet time