C# Class HlsStreamComposer.InteropHelper

Afficher le fichier Open project: gabilan/HLS-Stream-Composer Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void
Probe ( string arguments ) : int
Segment ( string arguments ) : int
Transcode ( string arguments ) : int

Private Methods

Méthode 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 méthode

public static Initialize ( ) : void
Résultat void

Probe() public static méthode

public static Probe ( string arguments ) : int
arguments string
Résultat int

Segment() public static méthode

public static Segment ( string arguments ) : int
arguments string
Résultat int

Transcode() public static méthode

public static Transcode ( string arguments ) : int
arguments string
Résultat int