User Guide
Standard NetLinx API (SNAPI) R 1.8.0
100
Digital Video Recorder Functions (Cont.)
Name Component Channel Level Command Constant Notes
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)
processDiscTransportEvent(PAUSE) IDiscTransportComponentListener 243 PAUSE_FB Feedback Channel: Transport state change
(see chart below)
processDiscTransportEvent(SCAN_FWD) IDiscTransportComponentListener 246 SFWD_FB Feedback Channel: Transport state change
(see chart below)
processDiscTransportEvent(SCAN_REV) IDiscTransportComponentListener 247 SREV_FB Feedback Channel: Transport state change
(see chart below)
processDiscTransportEvent(RECORD) IDiscTransportComponentListener 248 RECORD_FB Feedback Channel: Transport state change
(see chart below)
processDiscTransportEvent(SLOW_FWD) IDiscTransportComponentListener 249 SLOW_FWD_FB Feedback Channel: Transport state change
(see chart below)
processDiscTransportEvent(SLOW_REV) IDiscTransportComponentListener 250 SLOW_REV_FB Feedback Channel: Transport state change
(see chart below)