C# Класс 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.
Наследование: F4VBox
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FromBase64String ( string s ) : BootstrapInfoBox
Parse ( ExtendedBinaryReader br ) : void

Описание методов

FromBase64String() публичный статический Метод

public static FromBase64String ( string s ) : BootstrapInfoBox
s string
Результат BootstrapInfoBox

Parse() публичный Метод

public Parse ( ExtendedBinaryReader br ) : void
br ExtendedBinaryReader
Результат void