User Guide

Standard NetLinx API (SNAPI) R 1.8.0
116
Disc Device Functions (Cont.)
Name Component Channel Level Command Constant Notes
queryTrackProperty(key) IDiscTransportComponent ?TRACKPROP-<key> Query for a track property, responds with
TRACKPROP-<key>,<value> command
setDiscTransport(PLAY) IDiscTransportComponent 1 PLAY Momentary Function Channel: Deck is set
to play when the channel is activated
setDiscTransport(STOP) IDiscTransportComponent 2 STOP Momentary Function Channel: Deck is set
to stop when the channel is activated
setDiscTransport(PAUSE) IDiscTransportComponent 3 PAUSE Momentary Function Channel: Deck is set
to pause when the channel is activated
setDiscTransport(NEXT) IDiscTransportComponent 4 FFWD Momentary Function Channel: Deck is set
to next track/chapter when the channel is
activated
setDiscTransport(PREVIOUS) IDiscTransportComponent 5 REW Momentary Function Channel: Deck is set
to previous track/chapter when the channel
is activated
setDiscTransport(SCAN_FWD) IDiscTransportComponent 6 SFWD Momentary Function Channel: Deck is set
to scan forward when the channel is acti-
vated
setDiscTransport(SCAN_REV) IDiscTransportComponent 7 SREV Momentary Function Channel: Deck is set
to scan reverse when the channel is acti-
vated
setDiscTransport(RECORD) IDiscTransportComponent 8 RECORD Momentary Function Channel: Deck is set
to record when the channel is activated
setDiscTransport(FRAME_FWD) IDiscTransportComponent 185 FRAME_FWD Momentary Function Channel: Deck is set
to step frame forward when the channel is
activated
setDiscTransport(FRAME_REV) IDiscTransportComponent 186 FRAME_REV Momentary Function Channel: Deck is set
to step frame reverse when the channel is
activated
setDiscTransport(SLOW_FWD) IDiscTransportComponent 188 SLOW_FWD Momentary Function Channel: Deck is set
to slow forward when the channel is acti-
vated
setDiscTransport(SLOW_REV) IDiscTransportComponent 189 SLOW_REV Momentary Function Channel: Deck is set
to slow reverse when the channel is acti-
vated
setPlayPosition(mt) IDiscTransportComponent PLAYPOSITION-
<counter>
Set the play position where <counter> is a
String in the format [-]hh:mm:ss.ff, mm
should be 0 >= mm < 60, ss should be 0 >=
ss < 60, ff should be valid for the disc type
setTrackCounterNotificationOn(state) IDiscTransportComponent TRACKCOUNTERNO-
TIFY-<state>
Turn track counter notification on or off,
where <state> is 1 or 0
processDiscTransportEvent(PLAY) IDiscTransportComponentListener 241 PLAY_FB Feedback Channel: Transport state change
(see chart below)
processDiscTransportEvent(STOP) IDiscTransportComponentListener 242 STOP_FB Feedback Channel: Transport state change
(see chart below)