Property | Type | Description | |
---|---|---|---|
DownloadManager |
Method | Description | |
---|---|---|
DownloadPlaylistBusiness ( ) : System | ||
IsHigherQualityAvailable ( string localFile, |
Returns whether the local file should be replaced by the YouTube version.
|
|
LoadStatusFromCache ( List |
Restores the Status and StatusText fields from the cache into specified data list.
|
|
SetStatus ( DataAccess.VideoListItem item, VideoListItemStatusEnum status ) : void | ||
SetStatus ( DataAccess.VideoListItem item, VideoListItemStatusEnum status, string statusText ) : void | ||
StartDownload ( List |
||
StartScan ( List |
Method | Description | |
---|---|---|
DownloadFile ( DataAccess.VideoListItem item, bool upgradeAudio ) : Task |
public IsHigherQualityAvailable ( string localFile, |
||
localFile | string | A path to the local file. |
serverFile | The information of the available server file. | |
return | Task |
public LoadStatusFromCache ( List |
||
list | List |
The list of data to restore cached data into. |
return | void |
public SetStatus ( DataAccess.VideoListItem item, VideoListItemStatusEnum status ) : void | ||
item | DataAccess.VideoListItem | |
status | VideoListItemStatusEnum | |
return | void |
public SetStatus ( DataAccess.VideoListItem item, VideoListItemStatusEnum status, string statusText ) : void | ||
item | DataAccess.VideoListItem | |
status | VideoListItemStatusEnum | |
statusText | string | |
return | void |
public StartDownload ( List |
||
selection | List |
|
upgradeAudio | bool | |
return | Task |
public StartScan ( List |
||
selection | List |
|
cancel | ||
return | Task |