DeckFastForward Method (IMDeckControl)
view the tape (1) or enable automatic selection of “tape view” or “end to end view” (0)
error code
Sends a “fast forward” command to the deck.
Syntax
Sub DeckFastForward( _
   ByVal _bViewTape As Integer, _
   ByRef _pError As eMBMDDeckControlError _
) 
void DeckFastForward( 
   int _bViewTape,
   out eMBMDDeckControlError _pError
)
procedure DeckFastForward( 
    _bViewTape: Integer;
   Out  _pError: eMBMDDeckControlError
); 
void DeckFastForward( 
   int _bViewTape,
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_bViewTape
view the tape (1) or enable automatic selection of “tape view” or “end to end view” (0)
_pError
error code
See Also

Reference

IMDeckControl Interface
IMDeckControl Members