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
파일 보기 프로젝트 열기: Itamaram/FlashVideoDownloader 1 사용 예제들

공개 메소드들

메소드 설명
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