Свойство | Тип | Описание | |
---|---|---|---|
DiscoverAlbumsCategories | List |
||
DiscoverArtistCategories | List |
||
DiscoverOtherUsersCategories | List |
||
GetCsrfToken | string | ||
GetHtmlVideos | List |
||
LibraryCategories | List |
||
ProfileCategories | List |
||
UserCategories | List |
Метод | Описание | |
---|---|---|
DiscoverDynamicCategories ( ) : int | ||
DiscoverNextPageCategories ( NextPageCategory category ) : int | ||
DiscoverSubCategories ( Category parentCategory ) : int | ||
GetJsonVideos ( |
||
GetLatestVideos ( ) : List |
||
GetMultipleVideoUrls ( System.VideoInfo video, bool inPlaylist = false ) : List |
||
GetNextPageVideos ( ) : List |
||
GetVideos ( Category category ) : List |
||
OnPlaybackEnded ( System.VideoInfo video, string url, double percent, bool stoppedByUser ) : void |
Метод | Описание | |
---|---|---|
DiscoverAlbumsCategories ( |
||
DiscoverArtistCategories ( |
||
DiscoverOtherUsersCategories ( |
||
GetCsrfToken ( string domain ) : string | ||
GetHtmlVideos ( |
||
LibraryCategories ( |
||
ProfileCategories ( |
||
UserCategories ( string user ) : List |
public DiscoverDynamicCategories ( ) : int | ||
Результат | int |
public DiscoverNextPageCategories ( NextPageCategory category ) : int | ||
category | NextPageCategory | |
Результат | int |
public DiscoverSubCategories ( Category parentCategory ) : int | ||
parentCategory | Category | |
Результат | int |
public GetJsonVideos ( |
||
category | ||
currentPage | int | |
Результат | List |
public GetMultipleVideoUrls ( System.VideoInfo video, bool inPlaylist = false ) : List |
||
video | System.VideoInfo | |
inPlaylist | bool | |
Результат | List |
public GetVideos ( Category category ) : List |
||
category | Category | |
Результат | List |
public OnPlaybackEnded ( System.VideoInfo video, string url, double percent, bool stoppedByUser ) : void | ||
video | System.VideoInfo | |
url | string | |
percent | double | |
stoppedByUser | bool | |
Результат | void |