TransitionMake Method (IMFTransition)
line
a frame from which the transition is started
a frame to which the transition is implemented
position of a transition
transition frame
transition's name
additional properties
Makes a transition between frames
Syntax
Sub TransitionMake( _
   ByVal _bsLine As String, _
   ByVal _pFrameFrom As MFFrame, _
   ByVal _pFrameTo As MFFrame, _
   ByVal _dblPos As Double, _
   ByRef _ppFrameTrans As MFFrame, _
   ByVal _bsTransition As String, _
   ByVal _bsPropsList As String _
) 
void TransitionMake( 
   string _bsLine,
   MFFrame _pFrameFrom,
   MFFrame _pFrameTo,
   double _dblPos,
   out MFFrame _ppFrameTrans,
   string _bsTransition,
   string _bsPropsList
)
procedure TransitionMake( 
    _bsLine: String;
    _pFrameFrom: MFFrame;
    _pFrameTo: MFFrame;
    _dblPos: Double;
   Out  _ppFrameTrans: MFFrame;
    _bsTransition: String;
    _bsPropsList: String
); 
void TransitionMake( 
   BSTR* _bsLine,
   MFFrame* _pFrameFrom,
   MFFrame* _pFrameTo,
   double _dblPos,
   [PARAMFLAG::Out] MFFrame* _ppFrameTrans,
   BSTR* _bsTransition,
   BSTR* _bsPropsList
) 

Parameters

_bsLine
line
_pFrameFrom
a frame from which the transition is started
_pFrameTo
a frame to which the transition is implemented
_dblPos
position of a transition
_ppFrameTrans
transition frame
_bsTransition
transition's name
_bsPropsList
additional properties
See Also

Reference

IMFTransition Interface
IMFTransition Members