C# Class OdessaGUIProject.NativeOdessaMethods

Mostra file Open project: noahsw/highlight-hunter

Private Methods

Method Description
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