Modifier and Type | Method and Description |
---|---|
IMediaFileInfo |
Controller.getMediaFileInformation(java.io.File file)
Used to get information on a media file
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PatternMatcher.getNewFilmName(MediaDirConfig dirConfig,
java.lang.String pattern,
IFilm film,
java.lang.String ext,
java.lang.Integer part,
IMediaFileInfo info)
Get a file name for a film pattern
|
java.lang.String |
PatternMatcher.getNewTVShowName(MediaDirConfig dirConfig,
java.lang.String pattern,
IEpisode episode,
java.lang.String ext,
IMediaFileInfo info)
Get a file name for a TV show pattern
|
Modifier and Type | Interface and Description |
---|---|
interface |
IVideoFileInfo
This interface is used to request information about video files
|
Modifier and Type | Class and Description |
---|---|
class |
VideoFileInfo
A implementation of the video file information interface
|
Modifier and Type | Method and Description |
---|---|
static IMediaFileInfo |
MediaInfoFactory.createMediaInfo(java.io.File mediaFile,
org.w3c.dom.Document document)
Used to get the media information object
|
IMediaFileInfo |
MediaFileInfoFetcher.getInformation(java.io.File file)
Used to get information on a media file
|
Modifier and Type | Method and Description |
---|---|
protected void |
MP4AtomicParsleyManager.genericAtoms(IMediaFileInfo info,
java.util.List<IAtom> atoms,
java.lang.String flavour) |
Modifier and Type | Method and Description |
---|---|
static void |
MP4ManagerHelper.genericFileInfo(IMediaFileInfo info,
java.io.File mp4File,
java.lang.String flavour,
java.lang.StringBuilder iTuneMOVIValue) |
static java.lang.String |
MP4ManagerHelper.getFileFlavor(java.io.File mp4File,
IMediaFileInfo info) |
Modifier and Type | Method and Description |
---|---|
protected void |
MP4JAudioTaggerManager.genericAtoms(IMediaFileInfo info,
java.util.List<IAtom> atoms,
java.lang.String flavour) |