C# Class 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.
Inheritance: F4VBox
Show file Open project: Itamaram/FlashVideoDownloader Class Usage Examples

Public Methods

Method Description
Parse ( ExtendedBinaryReader br ) : void

Method Details

Parse() public method

public Parse ( ExtendedBinaryReader br ) : void
br ExtendedBinaryReader
return void