C# 클래스 Timelapser.Program

파일 보기 프로젝트 열기: evercam/Timelapse

공개 프로퍼티들

프로퍼티 타입 설명
Camera Camera
DownPath string
Evercam Evercam
FfmpegCopyPath string
FfmpegExePath string
FilePath string
FtpPassword string
FtpUser string
Initialized bool
TempFile string
TempPath string
TempTimelapse string
TimelapseExePath string
TsPath string
UpPath string
WatermarkFile string
WatermarkFileName string
chunkSize int

공개 메소드들

메소드 설명
ExitProcess ( string msg ) : void

보호된 메소드들

메소드 설명
CreateBashFile ( int frame_per_sec, string imagesPath, string tsPath, int chunkFileSize, int interval ) : void
CreateManifestFile ( string timelapsePath ) : void
CreateManifestFileForDownload ( string timelapsePath, string tsPath ) : void

비공개 메소드들

메소드 설명
CurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void

메소드 상세

CreateBashFile() 보호된 정적인 메소드

protected static CreateBashFile ( int frame_per_sec, string imagesPath, string tsPath, int chunkFileSize, int interval ) : void
frame_per_sec int
imagesPath string
tsPath string
chunkFileSize int
interval int
리턴 void

CreateManifestFile() 보호된 정적인 메소드

protected static CreateManifestFile ( string timelapsePath ) : void
timelapsePath string
리턴 void

CreateManifestFileForDownload() 보호된 정적인 메소드

protected static CreateManifestFileForDownload ( string timelapsePath, string tsPath ) : void
timelapsePath string
tsPath string
리턴 void

ExitProcess() 공개 정적인 메소드

public static ExitProcess ( string msg ) : void
msg string
리턴 void

프로퍼티 상세

Camera 공개적으로 정적으로 프로퍼티

public static Camera Camera
리턴 Camera

DownPath 공개적으로 정적으로 프로퍼티

public static string DownPath
리턴 string

Evercam 공개적으로 정적으로 프로퍼티

public static Evercam Evercam
리턴 Evercam

FfmpegCopyPath 공개적으로 정적으로 프로퍼티

public static string FfmpegCopyPath
리턴 string

FfmpegExePath 공개적으로 정적으로 프로퍼티

public static string FfmpegExePath
리턴 string

FilePath 공개적으로 정적으로 프로퍼티

public static string FilePath
리턴 string

FtpPassword 공개적으로 정적으로 프로퍼티

public static string FtpPassword
리턴 string

FtpUser 공개적으로 정적으로 프로퍼티

public static string FtpUser
리턴 string

Initialized 공개적으로 정적으로 프로퍼티

public static bool Initialized
리턴 bool

TempFile 공개적으로 정적으로 프로퍼티

public static string TempFile
리턴 string

TempPath 공개적으로 정적으로 프로퍼티

public static string TempPath
리턴 string

TempTimelapse 공개적으로 정적으로 프로퍼티

public static string TempTimelapse
리턴 string

TimelapseExePath 공개적으로 정적으로 프로퍼티

public static string TimelapseExePath
리턴 string

TsPath 공개적으로 정적으로 프로퍼티

public static string TsPath
리턴 string

UpPath 공개적으로 정적으로 프로퍼티

public static string UpPath
리턴 string

WatermarkFile 공개적으로 정적으로 프로퍼티

public static string WatermarkFile
리턴 string

WatermarkFileName 공개적으로 정적으로 프로퍼티

public static string WatermarkFileName
리턴 string

chunkSize 공개적으로 정적으로 프로퍼티

public static int chunkSize
리턴 int