MFAVPropsGet Method (MFrameClass)
media properties of a frame
number of audio samples
Gets media properties of the frame
Syntax
Public Overridable Sub MFAVPropsGet( _
   ByRef _pProps As M_AV_PROPS, _
   ByRef _plAudioSamples As Integer _
) 
public virtual void MFAVPropsGet( 
   out M_AV_PROPS _pProps,
   out int _plAudioSamples
)
public procedure MFAVPropsGet( 
   Out  _pProps: M_AV_PROPS;
   Out  _plAudioSamples: Integer
); virtual; 
public: virtual 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

MFrameClass Class
MFrameClass Members