C# 클래스 HlsStreamComposer.InteropHelper

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

공개 메소드들

메소드 설명
Initialize ( ) : void
Probe ( string arguments ) : int
Segment ( string arguments ) : int
Transcode ( string arguments ) : int

비공개 메소드들

메소드 설명
InitializeHelper ( string errorPath, string statusPath ) : int
RunProbe ( IntPtr message, Int32 length ) : int
RunProcess ( string args, int &size ) : IntPtr
RunSegmenter ( IntPtr message, Int32 length ) : int
RunTranscoder ( IntPtr message, Int32 length ) : int
StopTranscoder ( ) : int

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

Probe() 공개 정적인 메소드

public static Probe ( string arguments ) : int
arguments string
리턴 int

Segment() 공개 정적인 메소드

public static Segment ( string arguments ) : int
arguments string
리턴 int

Transcode() 공개 정적인 메소드

public static Transcode ( string arguments ) : int
arguments string
리턴 int