Property | Type | Description | |
---|---|---|---|
plw | |||
src | string | ||
waitingChunks | Queue |
Method | Description | |
---|---|---|
Close ( ) : void | ||
ConsumeChunk ( int ChunkIndex, int StreamIndex, string FilePath, double chunkDuration ) : void | ||
GetStreamMappingType ( ) : StreamMapping | ||
Prepare ( List |
||
UploadManager ( EncoderConfiguration Config ) : System |
Create a new upload manager to transport HCS fragments and write a playlist in the configured location. The playlist will be re-written every time a fragment is successfully uploaded.
|
Method | Description | |
---|---|---|
OnUploadComplete ( object sender, ChunkUploadedEventArgs e ) : void | ||
UploadAction ( object o ) : void |
Method | Description | |
---|---|---|
SendChunk ( ChunkDetail chunk ) : void |
public ConsumeChunk ( int ChunkIndex, int StreamIndex, string FilePath, double chunkDuration ) : void | ||
ChunkIndex | int | |
StreamIndex | int | |
FilePath | string | |
chunkDuration | double | |
return | void |
public GetStreamMappingType ( ) : StreamMapping | ||
return | StreamMapping |
protected OnUploadComplete ( object sender, ChunkUploadedEventArgs e ) : void | ||
sender | object | |
e | ChunkUploadedEventArgs | |
return | void |
public UploadManager ( EncoderConfiguration Config ) : System | ||
Config | EncoderConfiguration | Job configuration. |
return | System |