C# 클래스 FlashVideoFiles.SegmentRunTableBox

The Segment Run Table (asrt) box can be used to locate a segment that contains a particular fragment. There may be several asrt boxes, each for different quality levels. The asrt box uses a compact encoding: - A Segment Run Table may represent fragment runs for several quality levels. - The Segment Run Table is compactly coded. Each entry gives the first segment number for a run of segments with the same count of fragments. The count of segments having this same count of fragments can be calculated by subtracting the first segment number in this entry from the first segment number in the next entry.
상속: F4VBox
파일 보기 프로젝트 열기: Itamaram/FlashVideoDownloader 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( ExtendedBinaryReader br ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( ExtendedBinaryReader br ) : void
br ExtendedBinaryReader
리턴 void