C# 클래스 OnlineVideos.Sites.URPlayUtil

상속: OnlineVideos.Sites.LatestVideosSiteUtilBase
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
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