Uses of Class
com.bramosystems.oss.player.core.client.MediaInfo

Packages that use MediaInfo
com.bramosystems.oss.player.core.client Provides the core classes for BST Player API 
com.bramosystems.oss.player.core.event.client Provides interfaces and classes for dealing with different types of events fired by player widget components. 
 

Uses of MediaInfo in com.bramosystems.oss.player.core.client
 

Methods in com.bramosystems.oss.player.core.client with parameters of type MediaInfo
protected  void AbstractMediaPlayer.fireMediaInfoAvailable(MediaInfo info)
          Convenience method to fire MediaInfoEvent's on registered handlers.
 

Uses of MediaInfo in com.bramosystems.oss.player.core.event.client
 

Methods in com.bramosystems.oss.player.core.event.client that return MediaInfo
 MediaInfo MediaInfoEvent.getMediaInfo()
          Returns the metadata of the media item
 

Methods in com.bramosystems.oss.player.core.event.client with parameters of type MediaInfo
static void MediaInfoEvent.fire(HasMediaMessageHandlers source, MediaInfo info)
          Fires MediaInfoEvent on all registered handlers
 

Constructors in com.bramosystems.oss.player.core.event.client with parameters of type MediaInfo
MediaInfoEvent(MediaInfo info)
          Creates a new MediaInfoEvent object
 



Copyright © 2009-2011. All Rights Reserved.