Uses of Interface
org.stanwood.media.model.IVideo

Packages that use IVideo
org.stanwood.media.actions   
org.stanwood.media.actions.command   
org.stanwood.media.actions.podcast   
org.stanwood.media.model   
org.stanwood.media.search   
org.stanwood.media.source.xbmc   
org.stanwood.media.store.mp4   
org.stanwood.media.store.xmlstore   
 

Uses of IVideo in org.stanwood.media.actions
 

Methods in org.stanwood.media.actions with parameters of type IVideo
protected  java.lang.String AbstractAction.resolvePatterns(MediaDirectory dir, java.lang.String input, IVideo video, java.io.File mediaFile, java.lang.Integer part)
           
 

Uses of IVideo in org.stanwood.media.actions.command
 

Methods in org.stanwood.media.actions.command with parameters of type IVideo
protected  void ExecuteSystemCommandAction.executeCommand(java.lang.String cmd, java.io.File file, MediaDirectory dir, IVideo video)
           
 

Uses of IVideo in org.stanwood.media.actions.podcast
 

Methods in org.stanwood.media.actions.podcast with parameters of type IVideo
static IFeedFile FeedFileFactory.createFile(java.io.File file, MediaDirConfig dirConfig, IVideo media, java.lang.String baseUrl)
          Create a feed file
protected  void PodCastAction.parseFeed(IVideo video, java.io.File mediaFile, java.lang.Integer part)
           
 

Uses of IVideo in org.stanwood.media.model
 

Subinterfaces of IVideo in org.stanwood.media.model
 interface IEpisode
          A base interface for all episodes
 interface IFilm
          Interface for all the film classes
 

Classes in org.stanwood.media.model that implement IVideo
 class Episode
          This is used to store episode information
 class Film
          This class is used to hold film related information
 

Uses of IVideo in org.stanwood.media.search
 

Methods in org.stanwood.media.search that return IVideo
 IVideo MediaSearchResult.getVideo()
          Used to get the video information
 

Constructors in org.stanwood.media.search with parameters of type IVideo
MediaSearchResult(MediaDirectory mediaDirectory, IVideo video)
          The constructor
 

Uses of IVideo in org.stanwood.media.source.xbmc
 

Classes in org.stanwood.media.source.xbmc that implement IVideo
 class XBMCEpisode
          The episode type been returned by XBMC addons
 

Uses of IVideo in org.stanwood.media.store.mp4
 

Methods in org.stanwood.media.store.mp4 with parameters of type IVideo
protected static IAtom MP4ITunesStore.getArtworkAtom(IMP4Manager mp4Manager, java.io.File mp4File, IVideo video)
           
static java.net.URL MP4ITunesStore.getVideoURL(IVideo video)
          Used to get the image URL of a video
 

Uses of IVideo in org.stanwood.media.store.xmlstore
 

Classes in org.stanwood.media.store.xmlstore that implement IVideo
 class XMLEpisode
          Episode information for the store XMLStore2, that access the information from the XML File
 class XMLFilm
          This is a Film object that talks directory to the DOM of the XML store
 class XMLVideo
          XML Video class that read/sets the information into a dom object
 

Methods in org.stanwood.media.store.xmlstore with parameters of type IVideo
protected  void XMLStore2.readDirectors(IVideo video, org.w3c.dom.Node videoNode)
           
protected  void XMLStore2.readWriters(IVideo video, org.w3c.dom.Node videoNode)
           
protected  void XMLStore2.writeFilenames(org.w3c.dom.Document doc, org.w3c.dom.Node parent, IVideo video, java.io.File rootMediaDir)
          Used to append a set of filenames to the document under the given parent node