C# Class HCS_Encoder.PlaylistWriter

Handles writing playlists for encoded chunks. Writes both uncompressed (Apple standard) and gzip'd (My version)
Afficher le fichier Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Protected Properties

Свойство Type Description
ChunkIndices List

Méthodes publiques

Méthode Description
AddChunk ( int index, double duration ) : void

Add a chunk to the playlist and write.

Close ( ) : void

Set the playlist to closed and write the final version

PlaylistWriter ( ) : System

Méthodes protégées

Méthode Description
UploadAction ( object o ) : void

Private Methods

Méthode Description
TransportPlaylist ( ) : void
WritePlaylist ( ) : void

Method Details

AddChunk() public méthode

Add a chunk to the playlist and write.
public AddChunk ( int index, double duration ) : void
index int
duration double
Résultat void

Close() public méthode

Set the playlist to closed and write the final version
public Close ( ) : void
Résultat void

PlaylistWriter() public méthode

public PlaylistWriter ( ) : System
Résultat System

UploadAction() protected méthode

protected UploadAction ( object o ) : void
o object
Résultat void

Property Details

ChunkIndices protected_oe property

protected List ChunkIndices
Résultat List