C# 클래스 Smoothget.Smooth.StreamInfo

파일 보기 프로젝트 열기: pinglossy/smoothget 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attributes string>.IDictionary
AvailableTracks IList
ChunkCount int
ChunkList IList
CustomAttributes string>.IDictionary
SelectedTracks IList
Subtype string
Type MediaStreamType

공개 메소드들

메소드 설명
GetChunkUrl ( uint bitrate, ulong startTime ) : string
StreamInfo ( XmlNode element, Uri manifestUri ) : System

비공개 메소드들

메소드 설명
CheckUrlAttribute ( ) : void

메소드 상세

GetChunkUrl() 공개 메소드

public GetChunkUrl ( uint bitrate, ulong startTime ) : string
bitrate uint
startTime ulong
리턴 string

StreamInfo() 공개 메소드

public StreamInfo ( XmlNode element, Uri manifestUri ) : System
element System.Xml.XmlNode
manifestUri System.Uri
리턴 System

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public IDictionary Attributes
리턴 string>.IDictionary

AvailableTracks 공개적으로 프로퍼티

public IList AvailableTracks
리턴 IList

ChunkCount 공개적으로 프로퍼티

public int ChunkCount
리턴 int

ChunkList 공개적으로 프로퍼티

public IList ChunkList
리턴 IList

CustomAttributes 공개적으로 프로퍼티

public IDictionary CustomAttributes
리턴 string>.IDictionary

SelectedTracks 공개적으로 프로퍼티

public IList SelectedTracks
리턴 IList

Subtype 공개적으로 프로퍼티

public string Subtype
리턴 string

Type 공개적으로 프로퍼티

public MediaStreamType Type
리턴 MediaStreamType