Package | Description |
---|---|
synergynet3.mediadetection |
Modifier and Type | Method and Description |
---|---|
static MediaDetection.SearchType |
MediaDetection.SearchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaDetection.SearchType[] |
MediaDetection.SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaDetection.addSearchTypeTarget(MediaDetection.SearchType searchType)
Adds a MediaSearchType which will set the file types this object's
affiliated listener will search for.
|
static java.io.File[] |
MediaDetection.searchDirectory(java.lang.String directory,
MediaDetection.SearchType searchType,
int numberToReturn,
MediaDetection.Ordering ordering)
Searches the directory at the given location for file types defined by
the CustomSearchType created from the given extension.
|