org.rometools.feed.module.mediarss
Interface MediaModule
- All Superinterfaces:
- Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, 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
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 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 © 2013 ROME Project. All Rights Reserved.