Property | Type | Description | |
---|---|---|---|
Prepare_HCS | void | ||
Prepare_IIS | void | ||
Prepare_Test | void | ||
SelectedHandler_FileConsumed | void |
Method | Description | |
---|---|---|
Close ( ) : void |
Close this output path and clean up any connections
|
|
GetStreamMappingType ( ) : StreamMapping |
Mapping type of the connected output.
|
|
NewChunkAvailable ( int ChunkIndex, int StreamIndex, double CaptureDuration ) : void |
Signal the output to consume the given chunk. Should only be called by the encoder.
|
|
OutputRouter ( EncoderConfiguration Configuration ) : System |
Prepare a new output, with the given configuration.
|
|
Prepare ( List |
Connect the output handler to a set of encoder packages
|
|
SendOutput ( int MinimumChunkIndex, int MaximumChunkIndex ) : void |
Send any queued outputs inclusively inside the specified range. Queued outputs less than the minimum will be dropped. Setting the maximum to -1 will re-enable output (same as 'EnableOutput = true') and send all queued outputs. To enable output while clearing all queued outputs, call as 'SendOutput(Job.SegmentNumber, -1)' |
Method | Description | |
---|---|---|
ChunkAction ( object o ) : void |
Called by thread pool in NewChunkAvailable()
|
Method | Description | |
---|---|---|
Prepare_HCS ( ) : void | ||
Prepare_IIS ( ) : void | ||
Prepare_Test ( ) : void | ||
SelectedHandler_FileConsumed ( object sender, FileEventArgs e ) : void |
Clean up the local filesystem after a SUCCESSFUL file transfer.
|
public GetStreamMappingType ( ) : StreamMapping | ||
return | StreamMapping |
public NewChunkAvailable ( int ChunkIndex, int StreamIndex, double CaptureDuration ) : void | ||
ChunkIndex | int | |
StreamIndex | int | |
CaptureDuration | double | |
return | void |
public OutputRouter ( EncoderConfiguration Configuration ) : System | ||
Configuration | EncoderConfiguration | |
return | System |
public SendOutput ( int MinimumChunkIndex, int MaximumChunkIndex ) : void | ||
MinimumChunkIndex | int | Inclusive minimum chunk to send |
MaximumChunkIndex | int | Inclusive maximum chunk to send |
return | void |