C# Class FlashVideoFiles.BootstrapInfoBox

A Bootstrap Info (abst) box contains the information necessary to bootstrap the media-presentation URL requests RFC1630 from the media client to the HTTP server. The media presentation can be either a live or a video-ondemand scenario. This box contains basic information about the server, movie, and segment information. It also contains one or more segment run tables and fragment run tables. In the HTTP streaming segment, the abst box is optional and precedes the Movie (moov) box. In the HTTP streaming fragment, the abst box is required. For a description of the boxes and structure required for HTTP streaming, see Annex C. HTTP Streaming: File Structure.
Inheritance: F4VBox
Mostra file Open project: Itamaram/FlashVideoDownloader Class Usage Examples

Public Methods

Method Description
FromBase64String ( string s ) : BootstrapInfoBox
Parse ( ExtendedBinaryReader br ) : void

Method Details

FromBase64String() public static method

public static FromBase64String ( string s ) : BootstrapInfoBox
s string
return BootstrapInfoBox

Parse() public method

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