C# Class Videos.SapoServices.VideosServiceClient

Afficher le fichier Open project: sapo/sapo-services-sdk Class Usage Examples

Méthodes publiques

Méthode Description
CreateVideoAsync ( IStorageFile file, System.Video v ) : Task
DeleteVideoAsync ( string randname ) : void
EditVideoAsync ( VideoSubmition v ) : void
GetUserAsync ( string username ) : Task
GetUserVideos ( string email, string Interface, string order, int limit, int page ) : Task
GetVideoAsync ( string videoId, string email, string videoRandname, string Interface, int showComments ) : Task
QueryAsync ( string emails, string tags, int cos, int limit, string order, int viewAll, string itfc, int showTags ) : Task
VideosServiceClient ( string username, string password, string accessKey ) : System

Private Methods

Méthode Description
CreateUploadOperationForCreateVideo ( IStorageFile file, string token, BackgroundUploader uploader ) : Task
GetResponseMessage ( UploadOperation uploadOperation ) : Task

Method Details

CreateVideoAsync() public méthode

public CreateVideoAsync ( IStorageFile file, System.Video v ) : Task
file IStorageFile
v System.Video
Résultat Task

DeleteVideoAsync() public méthode

public DeleteVideoAsync ( string randname ) : void
randname string
Résultat void

EditVideoAsync() public méthode

public EditVideoAsync ( VideoSubmition v ) : void
v VideoSubmition
Résultat void

GetUserAsync() public méthode

public GetUserAsync ( string username ) : Task
username string
Résultat Task

GetUserVideos() public méthode

public GetUserVideos ( string email, string Interface, string order, int limit, int page ) : Task
email string
Interface string
order string
limit int
page int
Résultat Task

GetVideoAsync() public méthode

public GetVideoAsync ( string videoId, string email, string videoRandname, string Interface, int showComments ) : Task
videoId string
email string
videoRandname string
Interface string
showComments int
Résultat Task

QueryAsync() public méthode

public QueryAsync ( string emails, string tags, int cos, int limit, string order, int viewAll, string itfc, int showTags ) : Task
emails string
tags string
cos int
limit int
order string
viewAll int
itfc string
showTags int
Résultat Task

VideosServiceClient() public méthode

public VideosServiceClient ( string username, string password, string accessKey ) : System
username string
password string
accessKey string
Résultat System