MFAVPropsGet Method (IMFFrame)
media properties of a frame
number of audio samples
Gets media properties of the frame
Syntax
Sub MFAVPropsGet( _
   ByRef _pProps As M_AV_PROPS, _
   ByRef _plAudioSamples As Integer _
) 
void MFAVPropsGet( 
   out M_AV_PROPS _pProps,
   out int _plAudioSamples
)
procedure MFAVPropsGet( 
   Out  _pProps: M_AV_PROPS;
   Out  _plAudioSamples: Integer
); 
void MFAVPropsGet( 
   [PARAMFLAG::Out] M_AV_PROPS _pProps,
   [PARAMFLAG::Out] int _plAudioSamples
) 

Parameters

_pProps
media properties of a frame
_plAudioSamples
number of audio samples
See Also

Reference

IMFFrame Interface
IMFFrame Members