com.sun.syndication.feed.module.mediarss
Interface MediaModule
- All Superinterfaces:
- java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, java.io.Serializable
- All Known Subinterfaces:
- MediaEntryModule
- All Known Implementing Classes:
- MediaEntryModuleImpl, MediaModuleImpl
public interface MediaModule
- extends com.sun.syndication.feed.module.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.
- Author:
- Nathanial X. Freitas
Field Summary |
static java.lang.String |
URI
|
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone, getUri |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
copyFrom, getInterface |
URI
static final java.lang.String URI
- See Also:
- Constant Field Values
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.
Copyright © 2006-2009. All Rights Reserved.