5.1 On/Off and Media Type
These functions can be helpful if you have
more than one screen in LCDSmartie, then you can use this to select between them in the actions menu.
Command | Description | Possible return values | ||
$dll(zp,1,0,0) | Process running, binary | 0 | - ZoomPlayer has not started | |
1 | - ZoomPlayer is running | |||
$dll(zp,1,0,1) | Process running, logical | FALSE | - ZoomPlayer has not started | |
TRUE | - ZoomPlayer is running | |||
$dll(zp,1,0,2) | Available data1 | -1 | - Error, unable to read value | |
0 | - ZoomPlayer offline | |||
1 | - DVD mode | |||
2 | - Media mode* or Audio Mode** | |||
3 | - Usable Audio tags (ID3v1...) | |||
$dll(zp,1,0,3) | Available data2 | -1 | - Error, unable to read value | |
0 | - ZoomPlayer offline | |||
1 | - DVD mode | |||
2 | - Media mode* | |||
3 | - Audio Mode** |
5.2 Playing, Paused, Stopped...
Command | Description | Possible return values | ||
$dll(zp,1,2,0) | Play state, numbered | 0 | - Closed*** | |
1 | - Stopped*** | |||
2 | - Paused | |||
3 | - Playing | |||
4 | - Fast forward | |||
5 | - Rewind | |||
$dll(zp,1,2,1) | Play state, text | Closed | *** | |
Stopped | *** | |||
Paused | ||||
Playing | ||||
F.Forward | ||||
Rewind |
5.3 Current Play Mode
Is ZoomPlayer running in DVD, Media* or Audio** mode.
Command | Description | Possible return values | ||
$dll(zp,1,5,0) | Play Mode, numbered | 0 | - DVD Mode | |
1 | - Media Mode* | |||
2 | - Audio Mode** | |||
$dll(zp,1,5,1) | Play Mode, text1 | DVD | - DVD Mode | |
Media | - Media Mode* | |||
Audio | - Audio Mode** | |||
$dll(zp,1,5,2) | Play Mode, text2 | DVD Mode | ||
Media Mode* | ||||
Audio Mode** |
5.4 Fullscreen State
Is ZoomPlayer fullscreen in MS windows.
Command | Description | Possible return values | ||
$dll(zp,1,6,0) | Fullscreen State, numbered | 0 | - Windowed | |
1 | - Fullscreen | |||
$dll(zp,1,6,1) | Fullscreen State, logical | FALSE | - Windowed | |
TRUE | - Fullscreen | |||
$dll(zp,1,6,2) | Fullscreen State, text | Windowed | ||
Fullscreen |
5.5 End of File
End of file has been reached. Doesn't work in DVD mode.
Command | Description | Possible return values | ||
$dll(zp,1,11,0) | End of file, numbered | 0 | - Not End Of File | |
1 | - End Of File reached | |||
$dll(zp,1,11,1) | End of file, logical | FALSE | - Not End Of File | |
TRUE | - End Of File reached |
5.6 End of File
End of file has been reached. Doesn't work in DVD mode.
Command | Description | Possible return values | ||
$dll(zp,1,11,0) | End of file, numbered | 0 | - Not End Of File | |
1 | - End Of File reached | |||
$dll(zp,1,11,1) | End of file, logical | FALSE | - Not End Of File | |
TRUE | - End Of File reached |
5.7 Screen Saver
ZoomPlayer's screen saver on or off.
Command | Description | Possible return values | ||
$dll(zp,1,19,0) | Screen saver mode, numbered | 0 | - Screen saver is OFF | |
1 | - Screen saver is ON | |||
$dll(zp,1,19,1) | Screen saver mode, logical | FALSE | - Screen saver is OFF | |
TRUE | - Screen saver is ON |
*ZoomPlayer is Media mode when playing video and audio(if not specifically set in the smaller audio mode screen).
**Audio mode is a smaller screen, just showing the controls (play and so on).
***Doesn't apply to DVD, for DVD Stop = Closed.