C# 클래스 TranscodePlugin.TranscodePlugin

상속: IMGFileActionPlugin, IMGPluginBase
파일 보기 프로젝트 열기: anyoun/metageta 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildCommandLine string
CalculateDimensions Size
CalculateFrameRate FrameRate
GetEncoderPath string
IsCloseEnough bool
LoadPresetsFromXml void
Transcode void

공개 메소드들

메소드 설명
GetActions ( ) : IList
Shutdown ( ) : void
Startup ( MGDataStore dataStore, long id ) : void
TranscodePlugin ( ) : System

비공개 메소드들

메소드 설명
BuildCommandLine ( Preset preset, MGFile file, Uri outputPath ) : string
CalculateDimensions ( Size &s, Preset preset, double aspectRatio ) : Size
CalculateFrameRate ( double rate ) : FrameRate
GetEncoderPath ( string encoder ) : string
IsCloseEnough ( double x, double y ) : bool
LoadPresetsFromXml ( ) : void
Transcode ( MGFile file, ProgressStatus progress, Preset preset ) : void

메소드 상세

GetActions() 공개 메소드

public GetActions ( ) : IList
리턴 IList

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

Startup() 공개 메소드

public Startup ( MGDataStore dataStore, long id ) : void
dataStore MGDataStore
id long
리턴 void

TranscodePlugin() 공개 메소드

public TranscodePlugin ( ) : System
리턴 System