DeckTogglePlayStop Method (IMDeckControl)
error code
Sends a “play” command to the deck, if the deck is currently paused or stopped. If the deck is currently playing, a “pause” command will be sent to the deck.
Syntax
Sub DeckTogglePlayStop( _
   ByRef _pError As eMBMDDeckControlError _
) 
void DeckTogglePlayStop( 
   out eMBMDDeckControlError _pError
)
procedure DeckTogglePlayStop( 
   Out  _pError: eMBMDDeckControlError
); 
void DeckTogglePlayStop( 
   [PARAMFLAG::Out] eMBMDDeckControlError _pError
) 

Parameters

_pError
error code
See Also

Reference

IMDeckControl Interface
IMDeckControl Members