ReceiverFramePut Method (IMFReceiver)
a frame that is used for output or for preview
maximal wait time in milliseconds.
Puts a frame to a receiver object
Syntax
Sub ReceiverFramePut( _
   ByVal _pFrame As IMFFrame, _
   ByVal _rtMaxWait As Long, _
   ByVal _bsHints As String _
) 
void ReceiverFramePut( 
   IMFFrame _pFrame,
   long _rtMaxWait,
   string _bsHints
)
procedure ReceiverFramePut( 
    _pFrame: IMFFrame;
    _rtMaxWait: Int64;
    _bsHints: String
); 
void ReceiverFramePut( 
   IMFFrame* _pFrame,
   long _rtMaxWait,
   BSTR* _bsHints
) 

Parameters

_pFrame
a frame that is used for output or for preview
_rtMaxWait
maximal wait time in milliseconds.
_bsHints
See Also

Reference

IMFReceiver Interface
IMFReceiver Members