Home
  Features
  Download
  Plug-Ins
  Links

Documentation
  User Guide
  F.A.Q.

Developer
  Dsub script
  Plug-Ins SDK

Support
  Forum
  Contact

Other
  DVD Collection

Username:
Password:
Save Password

Forgot your Password?

Not a member?
The Administrator has turned off Registration for this forum.
Only registered members are able to log in






player object

player
getstate
Return the player state.

Parameters


None

Return

int - 0 = Undefined / 1 = Stopped / 2 - Paused / 3 = Playing / 4 = Scan (F/R)
getmode
Get the actual playback mode.

Parameters


None

Return

int - 0 = DVD Mode / 1 = Media file mode
getactfile

Return the filename of the actually playing file.

Parameters


None

Return

str - Filename of the actually playing file

timecode
Return the actual time code.

Parameters


None

Return

int - Time code in milliseconds
duration
Return the duration of the actually playing file.

Parameters


None

Return

int - Duration in milliseconds
chapter
Return the actual chapter (DVD mode only)

Parameters


None

Return

int - the actual chapter
title
Return the actual title in DVD Mode and the playlist index in Media file mode.

Parameters


None

Return

int - the actual title / playlist index

go back to dsubscript Functions List