Package com.bramosystems.oss.player.core.client

Provides the core classes for BST Player API

See:
          Description

Interface Summary
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 Summary
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 Summary
ConfigParameter An enum of 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 Summary
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.
 

Package com.bramosystems.oss.player.core.client Description

Provides the core classes for BST Player API

Required Module

Modules that use the classes and interfaces in this package and its sub-packages should inherit the com.bramosystems.oss.player.core.Core module.



Copyright © 2009-2011. All Rights Reserved.