C# 클래스 Smoothget.Smooth.TrackInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Attributes string>.IDictionary
Bitrate uint
CustomAttributes string>.IDictionary
Description string
Index uint
Stream StreamInfo
TrackEntry Smoothget.Mkv.TrackEntry

공개 메소드들

메소드 설명
TrackInfo ( XmlNode element, uint index, StreamInfo stream ) : System

메소드 상세

TrackInfo() 공개 메소드

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

프로퍼티 상세

Attributes 공개적으로 프로퍼티

public IDictionary Attributes
리턴 string>.IDictionary

Bitrate 공개적으로 프로퍼티

public uint Bitrate
리턴 uint

CustomAttributes 공개적으로 프로퍼티

public IDictionary CustomAttributes
리턴 string>.IDictionary

Description 공개적으로 프로퍼티

public string Description
리턴 string

Index 공개적으로 프로퍼티

public uint Index
리턴 uint

Stream 공개적으로 프로퍼티

public StreamInfo,Smoothget.Smooth Stream
리턴 StreamInfo

TrackEntry 공개적으로 프로퍼티

public TrackEntry,Smoothget.Mkv TrackEntry
리턴 Smoothget.Mkv.TrackEntry