Video class

Методы для работы с видеозаписями.

Constructors

Video.new(Api _api)
Конструктор.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add<T>(Map<String, Object> params) Future<ApiResponse<T>>
Adds a video to a user or community page.
addAlbum<T>(Map<String, Object> params) Future<ApiResponse<T>>
Creates an empty album for videos.
addToAlbum<T>(Map<String, Object> params) Future<ApiResponse<T>>
Добавить видео в альбом.
createComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Adds a new comment on a video.
delete<T>(Map<String, Object> params) Future<ApiResponse<T>>
Deletes a video from a user or community page.
deleteAlbum<T>(Map<String, Object> params) Future<ApiResponse<T>>
Deletes a video album.
deleteComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Deletes a comment on a video.
edit<T>(Map<String, Object> params) Future<ApiResponse<T>>
Edits information about a video on a user or community page.
editAlbum<T>(Map<String, Object> params) Future<ApiResponse<T>>
Edits the title of a video album.
editComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Edits the text of a comment on a video.
get<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns detailed information about videos.
getAlbumById<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns video album info
getAlbums<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of video albums owned by a user or community.
getAlbumsByVideo<T>(Map<String, Object> params) Future<ApiResponse<T>>
Получить список альбов.
getComments<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a list of comments on a video.
getLongPollServer<T>(Map<String, Object> params) Future<ApiResponse<T>>
getNewTags<T>(Map<String, Object> params) Future<ApiResponse<T>>
Поиск видеозаписи по тегу.
getTags<T>(Map<String, Object> params) Future<ApiResponse<T>>
Возвращает теги видеозаписи.
liveGetCategories<T>(Map<String, Object> params) Future<ApiResponse<T>>
moveToAlbum<T>(Map<String, Object> params) Future<ApiResponse<T>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putTag<T>(Map<String, Object> params) Future<ApiResponse<T>>
removeFromAlbum<T>(Map<String, Object> params) Future<ApiResponse<T>>
Удалить видео из альбома.
removeTag<T>(Map<String, Object> params) Future<ApiResponse<T>>
Удалить тег с видеозаписи.
reorderAlbums<T>(Map<String, Object> params) Future<ApiResponse<T>>
Reorders the album in the list of user video albums.
reorderVideos<T>(Map<String, Object> params) Future<ApiResponse<T>>
Reorders the video in the video album.
report<T>(Map<String, Object> params) Future<ApiResponse<T>>
Reports (submits a complaint about) a video.
reportComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Reports (submits a complaint about) a comment on a video.
restore<T>(Map<String, Object> params) Future<ApiResponse<T>>
Restores a previously deleted video.
restoreComment<T>(Map<String, Object> params) Future<ApiResponse<T>>
Restores a previously deleted comment on a video.
save<T>(Map<String, Object> params) Future<ApiResponse<T>>
Returns a server address (required for upload) and video data.
Returns a list of videos under the set search criterion.
startStreaming<T>(Map<String, Object> params) Future<ApiResponse<T>>
stopStreaming<T>(Map<String, Object> params) Future<ApiResponse<T>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited