C# 클래스 OdessaGUIProject.MainModel

파일 보기 프로젝트 열기: noahsw/highlight-hunter

공개 프로퍼티들

프로퍼티 타입 설명
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