C# 클래스 Smoothget.Download.Downloader

파일 보기 프로젝트 열기: pinglossy/smoothget

공개 메소드들

메소드 설명
DownloadAndMux ( Uri manifestUri, string manifestPath, string mkvPath, bool isDeterministic, System.TimeSpan stopAfter, SetupStop setupStop, DisplayDuration displayDuration ) : void

비공개 메소드들

메소드 설명
DownloadChunk ( TrackInfo trackInfo, IList mediaSamples, ulong chunkStartTime, string manifestParentPath, bool isLive, ulong &nextStartTime ) : byte[]
ParseFragment ( Fragment fragment, IList samples, MediaStreamType type, ulong chunkStartTime ) : ulong
ReadFileStream ( FileStream fileStream ) : byte[]

메소드 상세

DownloadAndMux() 공개 정적인 메소드

public static DownloadAndMux ( Uri manifestUri, string manifestPath, string mkvPath, bool isDeterministic, System.TimeSpan stopAfter, SetupStop setupStop, DisplayDuration displayDuration ) : void
manifestUri System.Uri
manifestPath string
mkvPath string
isDeterministic bool
stopAfter System.TimeSpan
setupStop SetupStop
displayDuration DisplayDuration
리턴 void