FramesCreateFromSurface Method (IMFrames)
surface object
output frame object
additional properties
Creates a frame from surface (Direct3D object). Not implemented yet.
Syntax
Sub FramesCreateFromSurface( _
   ByVal _pSurface As Object, _
   ByRef _ppFrame As MFrame, _
   ByVal _bsPropsList As String _
) 
void FramesCreateFromSurface( 
   object _pSurface,
   out MFrame _ppFrame,
   string _bsPropsList
)
procedure FramesCreateFromSurface( 
    _pSurface: TObject;
   Out  _ppFrame: MFrame;
    _bsPropsList: String
); 
void FramesCreateFromSurface( 
   IUnknown* _pSurface,
   [PARAMFLAG::Out] MFrame* _ppFrame,
   BSTR* _bsPropsList
) 

Parameters

_pSurface
surface object
_ppFrame
output frame object
_bsPropsList
additional properties
Example

See Also

Reference

IMFrames Interface
IMFrames Members