프로퍼티 | 타입 | 설명 | |
---|---|---|---|
apiUrl | string | ||
bufferSize | long | ||
enableFlashSupport | bool | ||
token | string | ||
username | string |
메소드 | 설명 | |
---|---|---|
Vzaar ( ) : System.Globalization | ||
Vzaar ( string username, string token ) : System.Globalization | ||
deleteVideo ( System.Int64 videoId ) : bool | ||
editVideo ( com.vzaar.api.VideoEditQuery query ) : bool | ||
generateThumbnail ( System.Int64 videoId, int thumbTime ) : string | ||
getAccountDetails ( int accountId ) : com.vzaar.api.AccountDetails |
This API call returns the details and rights for each vzaar subscription account type along with it's relevant metadata. This will show the details of the packages available here: http://vzaar.com/pricing
|
|
getUploadSignature ( |
||
getUserDetails ( string username ) : com.vzaar.api.UserDetails |
This API call returns the user's public details along with it's relevant metadata.
|
|
getVideoDetails ( System.Int64 videoId ) : com.vzaar.api.VideoDetails |
vzaar uses the oEmbed open standard for allowing 3rd parties to integrated with the vzaar.
|
|
getVideoList ( com.vzaar.api.VideoListQuery query ) : List |
This API call returns a list of the user's active videos along with it's relevant metadata. 20 videos are returned by default but this is customisable.
|
|
processVideo ( |
||
uploadLink ( com.vzaar.api.UploadLinkQuery query ) : System.Int64 | ||
uploadSubtitle ( com.vzaar.api.SubtitleQuery query ) : bool | ||
uploadThumbnail ( System.Int64 videoId, string path ) : string | ||
uploadVideo ( string path ) : string |
Upload video from local drive to vzaar upload host
|
|
whoAmI ( ) : string |
메소드 | 설명 | |
---|---|---|
HttpUploadFile ( string url, |
||
chunkSyzeInBytes ( String str ) : long | ||
executeRequest ( string url ) : string | ||
executeRequest ( string url, string method, string data ) : string | ||
multipartUpload ( string path, |
Upload video from local drive in multiple chunks
|
|
simpleUpload ( string path, |
public Vzaar ( string username, string token ) : System.Globalization | ||
username | string | |
token | string | |
리턴 | System.Globalization |
public deleteVideo ( System.Int64 videoId ) : bool | ||
videoId | System.Int64 | |
리턴 | bool |
public editVideo ( com.vzaar.api.VideoEditQuery query ) : bool | ||
query | com.vzaar.api.VideoEditQuery | |
리턴 | bool |
public generateThumbnail ( System.Int64 videoId, int thumbTime ) : string | ||
videoId | System.Int64 | |
thumbTime | int | |
리턴 | string |
public getAccountDetails ( int accountId ) : com.vzaar.api.AccountDetails | ||
accountId | int | is the vzaar account type. This is an integer. |
리턴 | com.vzaar.api.AccountDetails |
public getUploadSignature ( |
||
query | ||
리턴 |
public getUserDetails ( string username ) : com.vzaar.api.UserDetails | ||
username | string | is the vzaar login name for the user. Note: This must be the actual username and not the email address |
리턴 | com.vzaar.api.UserDetails |
public getVideoDetails ( System.Int64 videoId ) : com.vzaar.api.VideoDetails | ||
videoId | System.Int64 | |
리턴 | com.vzaar.api.VideoDetails |
public getVideoList ( com.vzaar.api.VideoListQuery query ) : List | ||
query | com.vzaar.api.VideoListQuery | |
리턴 | List |
public processVideo ( |
||
query | ||
리턴 | System.Int64 |
public uploadLink ( com.vzaar.api.UploadLinkQuery query ) : System.Int64 | ||
query | com.vzaar.api.UploadLinkQuery | |
리턴 | System.Int64 |
public uploadSubtitle ( com.vzaar.api.SubtitleQuery query ) : bool | ||
query | com.vzaar.api.SubtitleQuery | |
리턴 | bool |
public uploadThumbnail ( System.Int64 videoId, string path ) : string | ||
videoId | System.Int64 | |
path | string | |
리턴 | string |
public uploadVideo ( string path ) : string | ||
path | string | Path of the video file to be uploaded |
리턴 | string |