C# Class FatAttitude.MediaStreamer.FFHLSRunner

Afficher le fichier Open project: carlospuk/remotepotato

Méthodes publiques

Свойство Type Description
EncodingParameters FatAttitude.MediaStreamer.VideoEncodingParameters
IsReStarting bool
IsRunning bool
MapArgumentsString string

Méthodes publiques

Méthode Description
Abort ( ) : void
ConstructArguments ( ) : void
FFHLSRunner ( string pathToTools, FatAttitude.MediaStreamer.HLS.SegmentStore segStore ) : System
FFHLSRunner ( string pathToTools, FatAttitude.MediaStreamer.HLS.SegmentStore store, FatAttitude.MediaStreamer.VideoEncodingParameters vidParameters ) : System
InitTempWriter ( ) : void
Initialise ( ) : void
SendDebugMessage ( string txtDebug ) : void
Start ( int _startAtSegment, string &txtResult ) : bool
beginNextSegment ( ) : void
finaliseCurrentSegment ( ) : void
initDelimiter ( ) : void
prober_DebugMessage ( object sender, GenericEventArgs e ) : void
processByte ( byte b ) : void
processByteBuffer ( byte bytes ) : void
processRemainingBytes ( ) : void
shellRunner_ProcessFinished ( object sender, GenericEventArgs e ) : void
shellRunner_StandardErrorReceivedLine ( object sender, GenericEventArgs e ) : void
shellRunner_StandardOutputReceived ( object sender, GenericEventArgs e ) : void
switchToNextSegment ( ) : void

Private Methods

Méthode Description
StoreSegment ( ) : void
croppedSizeForAspectRatio ( ) : string

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

ConstructArguments() public méthode

public ConstructArguments ( ) : void
Résultat void

FFHLSRunner() public méthode

public FFHLSRunner ( string pathToTools, FatAttitude.MediaStreamer.HLS.SegmentStore segStore ) : System
pathToTools string
segStore FatAttitude.MediaStreamer.HLS.SegmentStore
Résultat System

FFHLSRunner() public méthode

public FFHLSRunner ( string pathToTools, FatAttitude.MediaStreamer.HLS.SegmentStore store, FatAttitude.MediaStreamer.VideoEncodingParameters vidParameters ) : System
pathToTools string
store FatAttitude.MediaStreamer.HLS.SegmentStore
vidParameters FatAttitude.MediaStreamer.VideoEncodingParameters
Résultat System

InitTempWriter() public méthode

public InitTempWriter ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( ) : void
Résultat void

SendDebugMessage() public méthode

public SendDebugMessage ( string txtDebug ) : void
txtDebug string
Résultat void

Start() public méthode

public Start ( int _startAtSegment, string &txtResult ) : bool
_startAtSegment int
txtResult string
Résultat bool

beginNextSegment() public méthode

public beginNextSegment ( ) : void
Résultat void

finaliseCurrentSegment() public méthode

public finaliseCurrentSegment ( ) : void
Résultat void

initDelimiter() public méthode

public initDelimiter ( ) : void
Résultat void

prober_DebugMessage() public méthode

public prober_DebugMessage ( object sender, GenericEventArgs e ) : void
sender object
e GenericEventArgs
Résultat void

processByte() public méthode

public processByte ( byte b ) : void
b byte
Résultat void

processByteBuffer() public méthode

public processByteBuffer ( byte bytes ) : void
bytes byte
Résultat void

processRemainingBytes() public méthode

public processRemainingBytes ( ) : void
Résultat void

shellRunner_ProcessFinished() public méthode

public shellRunner_ProcessFinished ( object sender, GenericEventArgs e ) : void
sender object
e GenericEventArgs
Résultat void

shellRunner_StandardErrorReceivedLine() public méthode

public shellRunner_StandardErrorReceivedLine ( object sender, GenericEventArgs e ) : void
sender object
e GenericEventArgs
Résultat void

shellRunner_StandardOutputReceived() public méthode

public shellRunner_StandardOutputReceived ( object sender, GenericEventArgs e ) : void
sender object
e GenericEventArgs
Résultat void

switchToNextSegment() public méthode

public switchToNextSegment ( ) : void
Résultat void

Property Details

EncodingParameters public_oe property

public VideoEncodingParameters,FatAttitude.MediaStreamer EncodingParameters
Résultat FatAttitude.MediaStreamer.VideoEncodingParameters

IsReStarting public_oe property

public bool IsReStarting
Résultat bool

IsRunning public_oe property

public bool IsRunning
Résultat bool

MapArgumentsString public_oe property

public string MapArgumentsString
Résultat string