C# Class Baconography.NeutralServices.VideoService

Inheritance: IVideoService
Mostra file Open project: Synergex/Baconography

Public Methods

Method Description
GetPlayableStreams ( string originalUrl ) : string>>>.Task
VideoService ( ISimpleHttpService httpService, INotificationService notificationService, ISettingsService settingsService ) : Baconography.NeutralServices.KitaroDB

Private Methods

Method Description
GetUrls ( string pageContents ) : string>>.IEnumerable
MakeUniqueDictionary ( string>.IEnumerable elements ) : string>.Dictionary
SplitAmp ( string str ) : string>>.IEnumerable
scoreFileType ( string type ) : int

Method Details

GetPlayableStreams() public method

public GetPlayableStreams ( string originalUrl ) : string>>>.Task
originalUrl string
return string>>>.Task

VideoService() public method

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