MFFrameCreateFromMemEx Method (IMFFactory)
media properties
a structure of video pointer
amount of audio samples
a pointer to audio data
result MFFrame object
additional properties
Extended method to create a frame (MFFrame object) from memory
Syntax
Sub MFFrameCreateFromMemEx( _
   ByRef _pAVProps As M_AV_PROPS, _
   ByRef _pVideoPtr As MF_VID_PTR, _
   ByVal _lAudioSamples As Integer, _
   ByVal _lpAudio As Long, _
   ByRef _ppFrame As IMFFrame, _
   ByVal _bsPropsList As String _
) 
procedure MFFrameCreateFromMemEx( 
   var  _pAVProps: M_AV_PROPS;
   var  _pVideoPtr: MF_VID_PTR;
    _lAudioSamples: Integer;
    _lpAudio: Int64;
   Out  _ppFrame: IMFFrame;
    _bsPropsList: String
); 
void MFFrameCreateFromMemEx( 
   ref M_AV_PROPS _pAVProps,
   ref MF_VID_PTR _pVideoPtr,
   int _lAudioSamples,
   long _lpAudio,
   [PARAMFLAG::Out] IMFFrame* _ppFrame,
   BSTR* _bsPropsList
) 

Parameters

_pAVProps
media properties
_pVideoPtr
a structure of video pointer
_lAudioSamples
amount of audio samples
_lpAudio
a pointer to audio data
_ppFrame
result MFFrame object
_bsPropsList
additional properties
See Also

Reference

IMFFactory Interface
IMFFactory Members