C# 클래스 HlsStreamComposer.EncodingProcess

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: gabilan/HLS-Stream-Composer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Current EncodingProcess

공개 메소드들

메소드 설명
EncodingProcess ( ) : System
GetCurrent ( ) : EncodingProcess
GetFileDuration ( ) : void
ReadyForEncode ( string &errorMessage ) : bool
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
EncodingStatusUpdateCallback ( string processId, int segmentNumber, double segmentLength ) : void
GenerateHlsStream ( ) : void
SegmentHlsStream ( ) : void

메소드 상세

EncodingProcess() 공개 메소드

public EncodingProcess ( ) : System
리턴 System

GetCurrent() 공개 정적인 메소드

public static GetCurrent ( ) : EncodingProcess
리턴 EncodingProcess

GetFileDuration() 공개 메소드

public GetFileDuration ( ) : void
리턴 void

ReadyForEncode() 공개 메소드

public ReadyForEncode ( string &errorMessage ) : bool
errorMessage string
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

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

public static EncodingProcess,HlsStreamComposer Current
리턴 EncodingProcess