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

Packages that use MediaInfo.MediaInfoKey
com.bramosystems.oss.player.core.client Provides the core classes for BST Player API 
 

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

Methods in com.bramosystems.oss.player.core.client that return MediaInfo.MediaInfoKey
static MediaInfo.MediaInfoKey MediaInfo.MediaInfoKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaInfo.MediaInfoKey[] MediaInfo.MediaInfoKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bramosystems.oss.player.core.client that return types with arguments of type MediaInfo.MediaInfoKey
 ArrayList<MediaInfo.MediaInfoKey> MediaInfo.getAvailableItems()
          Returns a list of MediaInfo.MediaInfoKeys that have metadata entries in a media file.
 

Methods in com.bramosystems.oss.player.core.client with parameters of type MediaInfo.MediaInfoKey
 String MediaInfo.getItem(MediaInfo.MediaInfoKey key)
          Return the value associated with the specified MediaInfoKey.
 



Copyright © 2009-2011. All Rights Reserved.