DeckGetCurrentState Method (MLiveClass)
control mode
control state
control status flags
Gets the current state of the deck
Syntax
Public Overridable Sub DeckGetCurrentState( _
   ByRef _pMode As eMBMDDeckControlMode, _
   ByRef _pVtrControlState As eMBMDDeckControlVTRControlState, _
   ByRef _pFlags As Integer _
) 
public virtual void DeckGetCurrentState( 
   out eMBMDDeckControlMode _pMode,
   out eMBMDDeckControlVTRControlState _pVtrControlState,
   out int _pFlags
)
public procedure DeckGetCurrentState( 
   Out  _pMode: eMBMDDeckControlMode;
   Out  _pVtrControlState: eMBMDDeckControlVTRControlState;
   Out  _pFlags: Integer
); virtual; 
public: virtual void DeckGetCurrentState( 
   [PARAMFLAG::Out] eMBMDDeckControlMode _pMode,
   [PARAMFLAG::Out] eMBMDDeckControlVTRControlState _pVtrControlState,
   [PARAMFLAG::Out] int _pFlags
) 

Parameters

_pMode
control mode
_pVtrControlState
control state
_pFlags
control status flags
See Also

Reference

MLiveClass Class
MLiveClass Members