C# Class Smoothget.Download.Track

Show file 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 property

public int DownloadedChunkCount
return int

NextStartTime public property

public ulong NextStartTime
return ulong

TrackInfo public property

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