Interface Summary |
IEpisode |
A base interface for all episodes |
IFilm |
Interface for all the film classes |
ISeason |
Base interface for all season classes |
IShow |
Base interface for all show classes |
IVideo |
This interface is used to define the methods that are common for any type of video
that can be shown as a tv show or a film. |
IVideoActors |
This should be implemented by video classes that can store actor information |
IVideoCertification |
Used to store certification information |
IVideoExtra |
Should be implemented by video classes that store extra information not returned by usual getters and setters. |
IVideoFile |
Interface for video files |
IVideoGenre |
This should be implemented by videos that support genres |
IVideoRating |
This interface should be implemented by video classes that can be rated |
Class Summary |
Actor |
Used to store information on actors |
Certification |
Used to hold a certification rating of a episode or film |
Chapter |
This is used to store DVD Chapter information for films |
Episode |
This is used to store episode information |
Film |
This class is used to hold film related information |
Messages |
Message bundle class |
Rating |
Used to store information on video ratings |
SearchResult |
This is used to hold the results of searching for a show id |
Season |
This is used to hold information on a season within a show |
Show |
This is used to store and retrive information about shows |
VideoFile |
This is used to store information about files in a media directory |
VideoFileSet |
Used to store video files in a sorted set |