C# 클래스 kasthack.vksharp.RequestApi.MethodGroup_audio

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
Add ( int ownerId, long audioId, int groupId = null, long albumId = null ) : Request

Копирует аудиозапись на страницу пользователя или группы

AddAlbum ( string title, int groupId ) : Request

Создает пустой альбом аудиозаписей

Delete ( long audioId, int ownerId ) : Request

Удаляет аудиозапись со страницы пользователя или сообщества

DeleteAlbum ( long albumId, int groupId = null ) : Request

Удаляет альбом аудиозаписей

Edit ( int ownerId, long audioId, string artist = "", string title = "", string text = "", AudioGenre genreId = null, bool noSearch = null ) : Request
EditAlbum ( long albumId, string title, int groupId = null ) : Request
Get ( int ownerId = null, long albumId = null, int offset = null, int count = 100 ) : Request>
GetAlbums ( int ownerId = null, int offset = null, int count = 100 ) : Request>
GetBroadcastListGroups ( bool active = true, int offset = null, int count = 100 ) : Request
GetBroadcastListUsers ( bool active = true, int offset = null, int count = 100 ) : Request
GetById ( bool itunes = false ) : Request
GetCount ( int ownerId = null ) : Request
GetLyrics ( long lyricsId ) : Request
GetPopular ( AudioGenre genreId = null, bool onlyEng = null, int offset = null, int count = 100 ) : Request>
GetRecommendations ( AudioGenre genreId = null, bool onlyEng = null, int offset = null, int count = 100 ) : Request>
GetUploadServer ( long albumId, int groupId = null ) : Request
MoveToAlbum ( long albumId, int groupId = null ) : Request
Reorder ( long audioId, int ownerId = null, long before = null, long after = null ) : Request
Restore ( long audioId, int ownerId = null ) : Request
Save ( string server, string audio, string hash, string artist = "", string title = "" ) : Request
Search ( string q, bool autoComplete = true, bool lyrics = false, bool performerOnly = false, AudioSortOrder sort = AudioSortOrder.ByRating, bool searchOwn = false, int offset = null, int count = 100 ) : Request>
SetBroadcast ( ContentId audio ) : Request

비공개 메소드들

메소드 설명
MethodGroup_audio ( RequestApi parent ) : System

메소드 상세

Add() 공개 메소드

Копирует аудиозапись на страницу пользователя или группы
public Add ( int ownerId, long audioId, int groupId = null, long albumId = null ) : Request
ownerId int идентификатор владельца аудиозаписи (пользователь или сообщество)
audioId long Идентификатор аудиозаписи
groupId int идентификатор сообщества (если аудиозапись необходимо скопировать в список сообщества)
albumId long идентификатор альбома, в который нужно переместить аудиозапись
리턴 Request

AddAlbum() 공개 메소드

Создает пустой альбом аудиозаписей
public AddAlbum ( string title, int groupId ) : Request
title string название альбома
groupId int идентификатор сообщества (если альбом нужно создать в сообществе)
리턴 Request

Delete() 공개 메소드

Удаляет аудиозапись со страницы пользователя или сообщества
public Delete ( long audioId, int ownerId ) : Request
audioId long идентификатор аудиозаписи
ownerId int идентификатор владельца аудиозаписи (пользователь или сообщество)
리턴 Request

DeleteAlbum() 공개 메소드

Удаляет альбом аудиозаписей
public DeleteAlbum ( long albumId, int groupId = null ) : Request
albumId long идентификатор альбома
groupId int идентификатор сообщества, которому принадлежит альбом
리턴 Request

Edit() 공개 메소드

public Edit ( int ownerId, long audioId, string artist = "", string title = "", string text = "", AudioGenre genreId = null, bool noSearch = null ) : Request
ownerId int
audioId long
artist string
title string
text string
genreId AudioGenre
noSearch bool
리턴 Request

EditAlbum() 공개 메소드

public EditAlbum ( long albumId, string title, int groupId = null ) : Request
albumId long
title string
groupId int
리턴 Request

Get() 공개 메소드

public Get ( int ownerId = null, long albumId = null, int offset = null, int count = 100 ) : Request>
ownerId int
albumId long
offset int
count int
리턴 Request>

GetAlbums() 공개 메소드

public GetAlbums ( int ownerId = null, int offset = null, int count = 100 ) : Request>
ownerId int
offset int
count int
리턴 Request>

GetBroadcastListGroups() 공개 메소드

public GetBroadcastListGroups ( bool active = true, int offset = null, int count = 100 ) : Request
active bool
offset int
count int
리턴 Request

GetBroadcastListUsers() 공개 메소드

public GetBroadcastListUsers ( bool active = true, int offset = null, int count = 100 ) : Request
active bool
offset int
count int
리턴 Request

GetById() 공개 메소드

public GetById ( bool itunes = false ) : Request
itunes bool
리턴 Request

GetCount() 공개 메소드

public GetCount ( int ownerId = null ) : Request
ownerId int
리턴 Request

GetLyrics() 공개 메소드

public GetLyrics ( long lyricsId ) : Request
lyricsId long
리턴 Request

GetPopular() 공개 메소드

public GetPopular ( AudioGenre genreId = null, bool onlyEng = null, int offset = null, int count = 100 ) : Request>
genreId AudioGenre
onlyEng bool
offset int
count int
리턴 Request>

GetRecommendations() 공개 메소드

public GetRecommendations ( AudioGenre genreId = null, bool onlyEng = null, int offset = null, int count = 100 ) : Request>
genreId AudioGenre
onlyEng bool
offset int
count int
리턴 Request>

GetUploadServer() 공개 메소드

public GetUploadServer ( long albumId, int groupId = null ) : Request
albumId long
groupId int
리턴 Request

MoveToAlbum() 공개 메소드

public MoveToAlbum ( long albumId, int groupId = null ) : Request
albumId long
groupId int
리턴 Request

Reorder() 공개 메소드

public Reorder ( long audioId, int ownerId = null, long before = null, long after = null ) : Request
audioId long
ownerId int
before long
after long
리턴 Request

Restore() 공개 메소드

public Restore ( long audioId, int ownerId = null ) : Request
audioId long
ownerId int
리턴 Request

Save() 공개 메소드

public Save ( string server, string audio, string hash, string artist = "", string title = "" ) : Request
server string
audio string
hash string
artist string
title string
리턴 Request

Search() 공개 메소드

public Search ( string q, bool autoComplete = true, bool lyrics = false, bool performerOnly = false, AudioSortOrder sort = AudioSortOrder.ByRating, bool searchOwn = false, int offset = null, int count = 100 ) : Request>
q string
autoComplete bool
lyrics bool
performerOnly bool
sort AudioSortOrder
searchOwn bool
offset int
count int
리턴 Request>

SetBroadcast() 공개 메소드

public SetBroadcast ( ContentId audio ) : Request
audio ContentId
리턴 Request