DeckRewind Method (IMDeckControl)
view the tape (1) or enable automatic selection of “tape view” or “end to end view” (0)
error code
Sends a “rewind” command to the deck.
Syntax
Sub DeckRewind( _
   ByVal _bViewTape As Integer, _
   ByRef _pError As eMBMDDeckControlError _
) 
void DeckRewind( 
   int _bViewTape,
   out eMBMDDeckControlError _pError
)
procedure DeckRewind( 
    _bViewTape: Integer;
   Out  _pError: eMBMDDeckControlError
); 
void DeckRewind( 
   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