C# 클래스 Baconography.NeutralServices.VideoService

상속: IVideoService
파일 보기 프로젝트 열기: Synergex/Baconography

공개 메소드들

메소드 설명
GetPlayableStreams ( string originalUrl ) : string>>>.Task
VideoService ( ISimpleHttpService httpService, INotificationService notificationService, ISettingsService settingsService ) : Baconography.NeutralServices.KitaroDB

비공개 메소드들

메소드 설명
GetUrls ( string pageContents ) : string>>.IEnumerable
MakeUniqueDictionary ( string>.IEnumerable elements ) : string>.Dictionary
SplitAmp ( string str ) : string>>.IEnumerable
scoreFileType ( string type ) : int

메소드 상세

GetPlayableStreams() 공개 메소드

public GetPlayableStreams ( string originalUrl ) : string>>>.Task
originalUrl string
리턴 string>>>.Task

VideoService() 공개 메소드

public VideoService ( ISimpleHttpService httpService, INotificationService notificationService, ISettingsService settingsService ) : Baconography.NeutralServices.KitaroDB
httpService ISimpleHttpService
notificationService INotificationService
settingsService ISettingsService
리턴 Baconography.NeutralServices.KitaroDB