C# Class Smoothget.Smooth.TrackInfo

Afficher le fichier Open project: pinglossy/smoothget Class Usage Examples

Méthodes publiques

Свойство Type Description
Attributes string>.IDictionary
Bitrate uint
CustomAttributes string>.IDictionary
Description string
Index uint
Stream StreamInfo
TrackEntry Smoothget.Mkv.TrackEntry

Méthodes publiques

Méthode Description
TrackInfo ( XmlNode element, uint index, StreamInfo stream ) : System

Method Details

TrackInfo() public méthode

public TrackInfo ( XmlNode element, uint index, StreamInfo stream ) : System
element System.Xml.XmlNode
index uint
stream StreamInfo
Résultat System

Property Details

Attributes public_oe property

public IDictionary Attributes
Résultat string>.IDictionary

Bitrate public_oe property

public uint Bitrate
Résultat uint

CustomAttributes public_oe property

public IDictionary CustomAttributes
Résultat string>.IDictionary

Description public_oe property

public string Description
Résultat string

Index public_oe property

public uint Index
Résultat uint

Stream public_oe property

public StreamInfo,Smoothget.Smooth Stream
Résultat StreamInfo

TrackEntry public_oe property

public TrackEntry,Smoothget.Mkv TrackEntry
Résultat Smoothget.Mkv.TrackEntry