C# Class Smoothget.Smooth.TrackInfo

Datei anzeigen Open project: pinglossy/smoothget Class Usage Examples

Public Properties

Property Type Description
Attributes string>.IDictionary
Bitrate uint
CustomAttributes string>.IDictionary
Description string
Index uint
Stream StreamInfo
TrackEntry Smoothget.Mkv.TrackEntry

Public Methods

Method Description
TrackInfo ( XmlNode element, uint index, StreamInfo stream ) : System

Method Details

TrackInfo() public method

public TrackInfo ( XmlNode element, uint index, StreamInfo stream ) : System
element System.Xml.XmlNode
index uint
stream StreamInfo
return System

Property Details

Attributes public_oe property

public IDictionary Attributes
return string>.IDictionary

Bitrate public_oe property

public uint Bitrate
return uint

CustomAttributes public_oe property

public IDictionary CustomAttributes
return string>.IDictionary

Description public_oe property

public string Description
return string

Index public_oe property

public uint Index
return uint

Stream public_oe property

public StreamInfo,Smoothget.Smooth Stream
return StreamInfo

TrackEntry public_oe property

public TrackEntry,Smoothget.Mkv TrackEntry
return Smoothget.Mkv.TrackEntry