C# Класс OdessaGUIProject.MainModel

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CaptureDurationInSeconds int
IgnoreEarlyHighlights bool
UseCaptureOffset bool

Private Properties

Свойство Тип Описание
Dispose void
GetMyVideosDirectory string
GetPathToFFmpeg string
GetPathToSampleVideo string
GetVideoExtensions List
Initialize void
IsAuthorized bool
LaunchExplorerWithFilesSelected void
SHGetSpecialFolderPath bool

Приватные методы

Метод Описание
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

Описание свойств

CaptureDurationInSeconds публичное статическое свойство

How many seconds before the bookmark that the highlight should start
public static int CaptureDurationInSeconds
Результат int

IgnoreEarlyHighlights публичное статическое свойство

Whether to ignore highlights in the first 10 seconds of a video
public static bool IgnoreEarlyHighlights
Результат bool

UseCaptureOffset публичное статическое свойство

public static bool UseCaptureOffset
Результат bool