Package | Description |
---|---|
org.stanwood.media.actions.podcast |
Modifier and Type | Class and Description |
---|---|
class |
VideoFeedFile
A vidoe base feed file
|
Modifier and Type | Method and Description |
---|---|
static IFeedFile |
FeedFileFactory.createFile(java.io.File file,
MediaDirConfig dirConfig,
IVideo media,
java.lang.String baseUrl)
Create a feed file
|
static IFeedFile |
FeedFileFactory.createFile(java.io.File file,
MediaDirConfig dirConfig,
java.lang.String title,
java.lang.String description,
java.lang.String baseUrl)
Create a feed file
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IFeedFile> |
RSSFeed.getEntries()
Used to get the entries form the feed.
|
Modifier and Type | Method and Description |
---|---|
void |
RSSFeed.addEntry(IFeedFile file)
Used to add a pod cast entry to the RSS feed
|
protected void |
PodCastAction.addFileToList(IFeedFile feedFile) |
int |
VideoFeedFile.compareTo(IFeedFile o) |