PacketTimeGet Method (IMFPacket)
packet time
Return packet times and flags (in 100 nsec units)
Syntax
Sub PacketTimeGet( _
   ByRef _pTime As M_TIME _
) 
void PacketTimeGet( 
   out M_TIME _pTime
)
procedure PacketTimeGet( 
   Out  _pTime: M_TIME
); 
void PacketTimeGet( 
   [PARAMFLAG::Out] M_TIME _pTime
) 

Parameters

_pTime
packet time
See Also

Reference

IMFPacket Interface
IMFPacket Members