C# Class HlsStreamComposer.InteropHelper

Mostra file Open project: gabilan/HLS-Stream-Composer Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
Probe ( string arguments ) : int
Segment ( string arguments ) : int
Transcode ( string arguments ) : int

Private Methods

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

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

Probe() public static method

public static Probe ( string arguments ) : int
arguments string
return int

Segment() public static method

public static Segment ( string arguments ) : int
arguments string
return int

Transcode() public static method

public static Transcode ( string arguments ) : int
arguments string
return int