C# Class Smoothget.Smooth.StreamInfo

Mostrar archivo Open project: pinglossy/smoothget Class Usage Examples

Public Properties

Property Type Description
Attributes string>.IDictionary
AvailableTracks IList
ChunkCount int
ChunkList IList
CustomAttributes string>.IDictionary
SelectedTracks IList
Subtype string
Type MediaStreamType

Public Methods

Method Description
GetChunkUrl ( uint bitrate, ulong startTime ) : string
StreamInfo ( XmlNode element, Uri manifestUri ) : System

Private Methods

Method Description
CheckUrlAttribute ( ) : void

Method Details

GetChunkUrl() public method

public GetChunkUrl ( uint bitrate, ulong startTime ) : string
bitrate uint
startTime ulong
return string

StreamInfo() public method

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

Property Details

Attributes public_oe property

public IDictionary Attributes
return string>.IDictionary

AvailableTracks public_oe property

public IList AvailableTracks
return IList

ChunkCount public_oe property

public int ChunkCount
return int

ChunkList public_oe property

public IList ChunkList
return IList

CustomAttributes public_oe property

public IDictionary CustomAttributes
return string>.IDictionary

SelectedTracks public_oe property

public IList SelectedTracks
return IList

Subtype public_oe property

public string Subtype
return string

Type public_oe property

public MediaStreamType Type
return MediaStreamType