Package com.rometools.modules.mediarss
Interface MediaModule
-
- All Superinterfaces:
Cloneable,CopyFrom,Module,Serializable
- All Known Subinterfaces:
MediaEntryModule
- All Known Implementing Classes:
MediaEntryModuleImpl,MediaModuleImpl
public interface MediaModule extends Module
This is the base module for MediaRSS.It represents information that can be stored at the feed level, as well is a base for entry level information, as the same information can apply.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadatagetMetadata()Returns Metadata associated with the feed.PlayerReferencegetPlayer()Returns a player reference associated with the feed.-
Methods inherited from interface com.rometools.rome.feed.CopyFrom
copyFrom, getInterface
-
-
-
-
Field Detail
-
URI
static final String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMetadata
Metadata getMetadata()
Returns Metadata associated with the feed.- Returns:
- Returns Metadata associated with the feed.
-
getPlayer
PlayerReference getPlayer()
Returns a player reference associated with the feed.- Returns:
- Returns a player reference associated with the feed.
-
-