|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayTime | |
---|---|
com.bramosystems.oss.player.core.client | Provides the core classes for BST Player API |
com.bramosystems.oss.player.playlist.client.asx | Provides classes for creating and manipulating playlists in ASX format |
Uses of PlayTime in com.bramosystems.oss.player.core.client |
---|
Methods in com.bramosystems.oss.player.core.client that return PlayTime | |
---|---|
PlayTime |
PlayTime.add(int milliseconds)
Adds millseconds to the current play time |
PlayTime |
PlayTime.reduce(int milliseconds)
Reduces the current play time by millseconds |
Methods in com.bramosystems.oss.player.core.client with parameters of type PlayTime | |
---|---|
int |
PlayTime.compareTo(PlayTime o)
|
Uses of PlayTime in com.bramosystems.oss.player.playlist.client.asx |
---|
Methods in com.bramosystems.oss.player.playlist.client.asx that return PlayTime | |
---|---|
PlayTime |
Ref.getDuration()
Returns the playback duration of the media |
PlayTime |
ASXEntry.getDuration()
Returns the playback duration of the playlist entry |
PlayTime |
Ref.getStartTime()
Returns the time when playback should start |
PlayTime |
ASXEntry.getStartTime()
Returns the time when playback should start |
Methods in com.bramosystems.oss.player.playlist.client.asx with parameters of type PlayTime | |
---|---|
void |
Ref.setDuration(PlayTime duration)
Sets the playback duration of the media |
void |
ASXEntry.setDuration(PlayTime duration)
Sets the playback duration of the playlist entry |
void |
Ref.setStartTime(PlayTime startTime)
Sets the time when playback should start |
void |
ASXEntry.setStartTime(PlayTime startTime)
Sets the time when playback should start |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |