C# 클래스 OdessaGUIProject.NativeOdessaMethods

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

비공개 메소드들

메소드 설명
CancelScan ( ) : void
Dispose ( ) : void
FreePointer ( IntPtr pointer ) : void
GetBitrate ( string inputfile, int &bitrate ) : int
GetCodec ( string inputfile, string &codec ) : int
GetDimensions ( string inputfile, int &width, int &height ) : int
GetDuration ( string inputfile, double &duration ) : int
GetFramesPerSecond ( string inputfile, double &fps ) : int
GetFramesProcessed ( ) : long
GetPercentDone ( int &percent ) : bool
GetTotalFrames ( string inputfile, long &frames ) : int
Initialize ( string logpath ) : int
Scan ( string inputfile, int &listSize, int &returnCode ) : IntPtr
SetCustomDetectionThreshold ( int thresholdIndividualPixelBrightness, int thresholdDarkPixelsPerFrameAsPercentage, int thresholdPixelScanPercentage, float thresholdSecondsSkip, float thresholdConsecutiveDarkFramesInSeconds ) : void
SetDetectionThreshold ( int detectionThreshold ) : void