ReaderInfoGet Method (IMFReaderDS)
media properties
duration of file
Gets audio and video properties and duration
Syntax
Sub ReaderInfoGet( _
   ByRef _pAVProps As M_AV_PROPS, _
   ByRef _pdblDuration As Double _
) 
void ReaderInfoGet( 
   out M_AV_PROPS _pAVProps,
   out double _pdblDuration
)
procedure ReaderInfoGet( 
   Out  _pAVProps: M_AV_PROPS;
   Out  _pdblDuration: Double
); 
void ReaderInfoGet( 
   [PARAMFLAG::Out] M_AV_PROPS _pAVProps,
   [PARAMFLAG::Out] double _pdblDuration
) 

Parameters

_pAVProps
media properties
_pdblDuration
duration of file
See Also

Reference

IMFReaderDS Interface
IMFReaderDS Members