PacketStreamInfoGet Method (IMFPacket)
stream information
Get stream info for specified packet
Syntax
Sub PacketStreamInfoGet( _
   ByRef _pStreamInfo As M_STREAM_INFO _
) 
void PacketStreamInfoGet( 
   out M_STREAM_INFO _pStreamInfo
)
procedure PacketStreamInfoGet( 
   Out  _pStreamInfo: M_STREAM_INFO
); 
void PacketStreamInfoGet( 
   [PARAMFLAG::Out] M_STREAM_INFO _pStreamInfo
) 

Parameters

_pStreamInfo
stream information
See Also

Reference

IMFPacket Interface
IMFPacket Members