Package | Description |
---|---|
com.rometools.modules.mediarss |
This module supports Yahoo! MediaRSS elements for ROME feeds.
|
com.rometools.modules.mediarss.io |
This package contains parsers and generators for the module as well as a specia feed
parser for Yahoo's custom RSS2 namespace.
|
com.rometools.modules.mediarss.types |
This package contains datatypes for working with MediaRSS.
|
Modifier and Type | Field and Description |
---|---|
private PlayerReference |
MediaModuleImpl.player |
Modifier and Type | Method and Description |
---|---|
PlayerReference |
MediaModuleImpl.getPlayer()
Player for a feed.
|
PlayerReference |
MediaModule.getPlayer()
Returns a player reference associated with the feed.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaModuleImpl.setPlayer(PlayerReference player)
Player for a feed.
|
Modifier and Type | Method and Description |
---|---|
private PlayerReference |
MediaModuleParser.parsePlayer(org.jdom2.Element e) |
Modifier and Type | Method and Description |
---|---|
void |
MediaModuleGenerator.generatePlayer(PlayerReference p,
org.jdom2.Element e) |
Modifier and Type | Field and Description |
---|---|
private PlayerReference |
MediaContent.player |
Modifier and Type | Method and Description |
---|---|
PlayerReference |
MediaContent.getPlayer()
<media:player>
|
Modifier and Type | Method and Description |
---|---|
void |
MediaContent.setPlayer(PlayerReference player)
<media:player>
|