C# Class Smoothget.Download.Track

显示文件 Open project: pinglossy/smoothget

Public Properties

Property Type Description
DownloadedChunkCount int
NextStartTime ulong
TrackInfo Smoothget.Smooth.TrackInfo

Public Methods

Method Description
Track ( TrackInfo trackInfo ) : System

Method Details

Track() public method

public Track ( TrackInfo trackInfo ) : System
trackInfo Smoothget.Smooth.TrackInfo
return System

Property Details

DownloadedChunkCount public_oe property

public int DownloadedChunkCount
return int

NextStartTime public_oe property

public ulong NextStartTime
return ulong

TrackInfo public_oe property

public TrackInfo,Smoothget.Smooth TrackInfo
return Smoothget.Smooth.TrackInfo