C# Class OdessaGUIProject.MainModel

Mostra file Open project: noahsw/highlight-hunter

Public Properties

Property Type Description
CaptureDurationInSeconds int
IgnoreEarlyHighlights bool
UseCaptureOffset bool

Private Properties

Property Type Description
Dispose void
GetMyVideosDirectory string
GetPathToFFmpeg string
GetPathToSampleVideo string
GetVideoExtensions List
Initialize void
IsAuthorized bool
LaunchExplorerWithFilesSelected void
SHGetSpecialFolderPath bool

Private Methods

Method Description
Dispose ( ) : void

Unload of the Engine and clean up resources

GetMyVideosDirectory ( ) : string
GetPathToFFmpeg ( ) : string

Returns the outputPath to the FFMpeg executable

GetPathToSampleVideo ( ) : string
GetVideoExtensions ( ) : List

Get a list of video file extensions from the MIME database (in lower case)

Initialize ( ) : void
IsAuthorized ( ) : bool
LaunchExplorerWithFilesSelected ( List files ) : void
SHGetSpecialFolderPath ( IntPtr hwndOwner, [ lpszPath, int nFolder, bool fCreate ) : bool

Property Details

CaptureDurationInSeconds public_oe static_oe property

How many seconds before the bookmark that the highlight should start
public static int CaptureDurationInSeconds
return int

IgnoreEarlyHighlights public_oe static_oe property

Whether to ignore highlights in the first 10 seconds of a video
public static bool IgnoreEarlyHighlights
return bool

UseCaptureOffset public_oe static_oe property

public static bool UseCaptureOffset
return bool