|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.info.MediaFileInfoFetcher
public class MediaFileInfoFetcher
Used to find information about a media file that is containted within the file.
Constructor Summary | |
---|---|
MediaFileInfoFetcher(java.io.File nativeDir)
The constructor |
Method Summary | |
---|---|
IMediaFileInfo |
getInformation(java.io.File file)
Used to get information on a media file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MediaFileInfoFetcher(java.io.File nativeDir) throws StanwoodException
nativeDir
- The native application directory
StanwoodException
- Thrown if their is a problem finding the native appsMethod Detail |
---|
public IMediaFileInfo getInformation(java.io.File file) throws StanwoodException
file
- The media file
IVideoFileInfo
.
StanwoodException
- Thrown if their are any problems
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |