Method | Description | |
---|---|---|
FindFeatureFilm ( List |
Finds the most optimal file in a collection of files. Uses the aspect ratio, resolution, audio channel count, and duration to find the file
|
|
GetMediaInfo ( string videoPath ) : |
Returns a MediaInfoWrapper for the given video path
|
|
GetVideoFileCount ( |
Get the number of video files (excluding sample files) that are in a folder
|
|
GetVideoFilesRecursive ( |
Get all video files from directory and it's subdirectories.
|
|
GetVideoFormat ( string path ) : VideoFormat |
Returns the videoformat that matches the given path
|
|
GetVideoPath ( string driveletter ) : string |
Returns the video path (in case of a known video disc format) or just the driveletter
|
|
IsVideoDisc ( string path ) : bool |
Gets a value indicating wether the supplied path validates as a video DISC format (DVD, Bluray, HDDVD or SVCD)
|
|
IsVideoFile ( |
||
IsVideoFile ( string path ) : bool |
Gets a value indicating whether the supplied path validates as a video file
|
|
isSampleFile ( |
Check if the file is classified as a video sample file
|
public static FindFeatureFilm ( List |
||
files | List |
|
return | string |
public static GetMediaInfo ( string videoPath ) : |
||
videoPath | string | path to the video |
return |
public static GetVideoFileCount ( |
||
folder | the directory to count video files in | |
return | int |
public static GetVideoFilesRecursive ( |
||
directory | ||
return | List |
public static GetVideoFormat ( string path ) : VideoFormat | ||
path | string | |
return | VideoFormat |
public static GetVideoPath ( string driveletter ) : string | ||
driveletter | string | drive that will be checked |
return | string |
public static IsVideoDisc ( string path ) : bool | ||
path | string | filepath to validate |
return | bool |
public static IsVideoFile ( |
||
fileInfo | ||
return | bool |
public static IsVideoFile ( string path ) : bool | ||
path | string | filepath to validate |
return | bool |
public static isSampleFile ( |
||
file | file to check | |
return | bool |