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 | Method and Description |
---|---|
Metadata |
MediaModule.getMetadata()
Returns Metadata associated with the feed.
|
Metadata |
MediaModuleImpl.getMetadata()
Metadata for a feed.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaModuleImpl.setMetadata(Metadata metadata)
Metadata for a feed.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaModuleGenerator.generateMetadata(Metadata m,
org.jdom2.Element e) |
Modifier and Type | Method and Description |
---|---|
Metadata |
MediaContent.getMetadata()
The metadata for the item
|
Metadata |
MediaGroup.getMetadata()
Metadata for the group
|
Modifier and Type | Method and Description |
---|---|
void |
MediaContent.setMetadata(Metadata metadata)
The metadata for the item
|
void |
MediaGroup.setMetadata(Metadata metadata)
Metadata for the group
|
Constructor and Description |
---|
MediaGroup(MediaContent[] contents,
Integer defaultContentIndex,
Metadata metadata) |
Copyright © 2024. All rights reserved.