C# Класс OnlineVideos.Sites.URPlayUtil

Наследование: OnlineVideos.Sites.LatestVideosSiteUtilBase
Показать файл Открыть проект

Открытые методы

Метод Описание
DiscoverDynamicCategories ( ) : int
DiscoverSubCategories ( Category parentCategory ) : int
ExecuteContextMenuEntry ( Category selectedCategory, VideoInfo selectedItem, OnlineVideos.Sites.ContextMenuEntry choice ) : OnlineVideos.Sites.ContextMenuExecutionResult
GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List
GetLatestVideos ( ) : List
GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List
GetNextPageVideos ( ) : List
GetVideos ( Category category ) : List
Search ( string query, string category = null ) : List

Приватные методы

Метод Описание
GetSubtitle ( Newtonsoft.Json.Linq.JObject json, string language = null ) : string
GetVideos ( string url ) : List

Описание методов

DiscoverDynamicCategories() публичный Метод

public DiscoverDynamicCategories ( ) : int
Результат int

DiscoverSubCategories() публичный Метод

public DiscoverSubCategories ( Category parentCategory ) : int
parentCategory Category
Результат int

ExecuteContextMenuEntry() публичный Метод

public ExecuteContextMenuEntry ( Category selectedCategory, VideoInfo selectedItem, OnlineVideos.Sites.ContextMenuEntry choice ) : OnlineVideos.Sites.ContextMenuExecutionResult
selectedCategory Category
selectedItem VideoInfo
choice OnlineVideos.Sites.ContextMenuEntry
Результат OnlineVideos.Sites.ContextMenuExecutionResult

GetContextMenuEntries() публичный Метод

public GetContextMenuEntries ( Category selectedCategory, VideoInfo selectedItem ) : List
selectedCategory Category
selectedItem VideoInfo
Результат List

GetLatestVideos() публичный Метод

public GetLatestVideos ( ) : List
Результат List

GetMultipleVideoUrls() публичный Метод

public GetMultipleVideoUrls ( VideoInfo video, bool inPlaylist = false ) : List
video VideoInfo
inPlaylist bool
Результат List

GetNextPageVideos() публичный Метод

public GetNextPageVideos ( ) : List
Результат List

GetVideos() публичный Метод

public GetVideos ( Category category ) : List
category Category
Результат List

Search() публичный Метод

public Search ( string query, string category = null ) : List
query string
category string
Результат List