PacketInfoGet Method (IMFPacket)
packet information
Gets info for specified packet
Syntax
Sub PacketInfoGet( _
   ByRef _pPacketInfo As M_PACKET_INFO _
) 
void PacketInfoGet( 
   out M_PACKET_INFO _pPacketInfo
)
procedure PacketInfoGet( 
   Out  _pPacketInfo: M_PACKET_INFO
); 
void PacketInfoGet( 
   [PARAMFLAG::Out] M_PACKET_INFO _pPacketInfo
) 

Parameters

_pPacketInfo
packet information
See Also

Reference

IMFPacket Interface
IMFPacket Members