C# 클래스 Smoothget.Smooth.ManifestInfo

파일 보기 프로젝트 열기: pinglossy/smoothget

공개 프로퍼티들

프로퍼티 타입 설명
Attributes string>.IDictionary
AvailableStreams IList
Duration ulong
IsLive bool
MajorVersion uint
MinorVersion uint
SelectedStreams IList
TimeScale ulong
TotalTicks ulong
Uri System.Uri

공개 메소드들

메소드 설명
GetDescription ( ) : string
ParseManifest ( Stream manifestStream, Uri manifestUri ) : ManifestInfo

비공개 메소드들

메소드 설명
ManifestInfo ( XmlNode element, Uri uri ) : System

메소드 상세

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

ParseManifest() 공개 정적인 메소드

public static ParseManifest ( Stream manifestStream, Uri manifestUri ) : ManifestInfo
manifestStream Stream
manifestUri System.Uri
리턴 ManifestInfo

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public IDictionary Attributes
리턴 string>.IDictionary

AvailableStreams 공개적으로 프로퍼티

public IList AvailableStreams
리턴 IList

Duration 공개적으로 프로퍼티

public ulong Duration
리턴 ulong

IsLive 공개적으로 프로퍼티

public bool IsLive
리턴 bool

MajorVersion 공개적으로 프로퍼티

public uint MajorVersion
리턴 uint

MinorVersion 공개적으로 프로퍼티

public uint MinorVersion
리턴 uint

SelectedStreams 공개적으로 프로퍼티

public IList SelectedStreams
리턴 IList

TimeScale 공개적으로 프로퍼티

public ulong TimeScale
리턴 ulong

TotalTicks 공개적으로 프로퍼티

public ulong TotalTicks
리턴 ulong

Uri 공개적으로 프로퍼티

public Uri,System Uri
리턴 System.Uri