C# 클래스 SessionDownloader.Downloader

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

공개 메소드들

메소드 설명
DownloadMedia ( ) : void
Downloader ( string destinationRootPath, string baseUrl, MediaType mediaType = MediaType.Mp4Low, bool titleHasCode = false ) : System

Downloader constuctor class

비공개 메소드들

메소드 설명
CheckIfFileExists ( string fileName ) : bool
ComputeFileName ( string sessionTitle, string sessionCode ) : string
ComputeFileSizeInMb ( long fileSizeInBytes ) : string
DetermineFileExtension ( ) : string
DownloadAtom ( ) : void
DownloadFiles ( ) : void
Initialize ( ) : void
LoadMediaElementGroup ( System.ServiceModel.Syndication.SyndicationItem item ) : System.Xml.Linq.XElement
ProcessAtomFeed ( ) : void
ScrubSessionTitle ( string sessionTitle ) : string
SetFeedUri ( ) : void

메소드 상세

DownloadMedia() 공개 메소드

public DownloadMedia ( ) : void
리턴 void

Downloader() 공개 메소드

Downloader constuctor class
public Downloader ( string destinationRootPath, string baseUrl, MediaType mediaType = MediaType.Mp4Low, bool titleHasCode = false ) : System
destinationRootPath string Where files should be saved locally
baseUrl string
mediaType MediaType Quality of videos to download. Defaults to Low
titleHasCode bool
리턴 System