DeckShuttle Method (MItemClass)
The rate at which to jog playback. A value greater than 0 will enable forward playback, value less than 0 will enable reverse playback. The rate range is from -50.0 to 50.0
error code
Sends a “shuttle” playback command to the deck.
Syntax
Public Overridable Sub DeckShuttle( _
   ByVal _dblRate As Double, _
   ByRef _pError As eMBMDDeckControlError _
) 
public virtual void DeckShuttle( 
   double _dblRate,
   out eMBMDDeckControlError _pError
)
public procedure DeckShuttle( 
    _dblRate: Double;
   Out  _pError: eMBMDDeckControlError
); virtual; 
public: virtual void DeckShuttle( 
   double _dblRate,
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_dblRate
The rate at which to jog playback. A value greater than 0 will enable forward playback, value less than 0 will enable reverse playback. The rate range is from -50.0 to 50.0
_pError
error code
See Also

Reference

MItemClass Class
MItemClass Members