See: Description
| Interface | Description |
|---|---|
| ConfigParameter |
Interface for player configuration parameters.
|
| ConfigValue |
Marker interface for classes/enums that can be used as value for
player configuration parameters.
|
| MimePool |
Utility interface to get the file types associated with browser plugins.
|
| PlaylistSupport |
Interface for players that have client-side playlist support.
|
| Class | Description |
|---|---|
| AbstractMediaPlayer |
Abstract implementation of a media player.
|
| MediaInfo |
Wraps media metadata information for a media file (such as ID3 tag entries
for MP3 files)
|
| PlayerInfo |
Wraps basic information about a player widget registered with the API.
|
| PlayerUtil |
Utility class for various media player related functions.
|
| PlayTime |
Utility class with methods to manipulate playback time.
|
| PluginInfo |
Wraps basic information about a browser media plug-in component.
|
| PluginVersion |
Wraps the
major, minor and revision numbers of a browser plugin component. |
| Enum | Description |
|---|---|
| DefaultConfigParameter |
An enum of default player configuration parameters.
|
| Genre |
A enumeration of genres as defined in ID3v1
|
| MediaInfo.MediaInfoKey |
An enum of supported media metadata keys
|
| Plugin |
An enum of supported media player plugins
|
| PluginInfo.PlayerPluginWrapperType |
An enum of Javascript API wrappers available for media player plugin
|
| RepeatMode |
An enum of playback repeat modes
|
| TransparencyMode |
An enum of transparency types for a player.
|
| Exception | Description |
|---|---|
| LoadException |
Thrown if an error occurs during media loading operations.
|
| PlayException |
Thrown to indicate a media playback related exception.
|
| PluginNotFoundException |
Thrown to indicate that a required plugin cannot be found on the client's browser.
|
| PluginVersionException |
Thrown to indicate that a required plugin version cannot be found on the client's browser.
|
com.bramosystems.oss.player.core.Core module.Copyright © 2009-2013. All Rights Reserved.