C# 클래스 HCS_Encoder.PlaylistWriter

Handles writing playlists for encoded chunks. Writes both uncompressed (Apple standard) and gzip'd (My version)
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ChunkIndices List

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
UploadAction ( object o ) : void

비공개 메소드들

메소드 설명
TransportPlaylist ( ) : void
WritePlaylist ( ) : void

메소드 상세

AddChunk() 공개 메소드

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

Close() 공개 메소드

Set the playlist to closed and write the final version
public Close ( ) : void
리턴 void

PlaylistWriter() 공개 메소드

public PlaylistWriter ( ) : System
리턴 System

UploadAction() 보호된 메소드

protected UploadAction ( object o ) : void
o object
리턴 void

프로퍼티 상세

ChunkIndices 보호되어 있는 프로퍼티

protected List ChunkIndices
리턴 List