Property | Type | Description | |
---|---|---|---|
m_eScope | VimeoScope | ||
m_strClientID | string | ||
m_strClientSecret | string | ||
m_strRedirectURI | string |
Method | Description | |
---|---|---|
BackupParseForAccessToken ( string strResponse ) : void | ||
GetAccessToken ( string &strAccessToken ) : bool | ||
GetCategories ( ) : int | ||
GetErrorMessage ( string &strErrorMessage ) : bool | ||
GetURL ( string &strURL ) : bool | ||
GetUserAuthorizationURL ( string &strURL ) : bool | ||
GetUserName ( string &strUserName ) : bool | ||
LoadAccessToken ( string strAccessToken ) : bool | ||
ObtainAccessToken ( string strURL ) : bool | ||
SetPrivacyInformation ( string strClipURI, Privacy ePrivacy, string strPassword ) : bool | ||
SetVideoInformation ( string strClipURI, string strTitle, string strDescription ) : bool | ||
SetVideoTags ( string strClipURI, string strTags ) : bool | ||
StartsWithCallbackURL ( string strURL ) : bool | ||
Upload ( string strFile, string strTitle, string strDescription, string strTags, Privacy ePrivacy, string strPassword, IProgress pProgress ) : bool | ||
Vimeo ( string strClientID, string strClientSecret ) : System |
Method | Description | |
---|---|---|
BuildURL ( string strPath, string strParams ) : string | ||
CompleteUpload ( string strCompleteUri ) : bool | ||
ExchangeCodeForAccessTokens ( string strAccessCode ) : bool | ||
GenerateQueryParams ( string>.IDictionary |
||
GenerateUploadTicket ( ) : |
||
GetPrivacyString ( Privacy ePrivacy ) : string | ||
UploadFile ( string strURL, string strFile, string strCompleteURI, IProgress pProgress ) : bool | ||
VerifyUpload ( string strURL ) : bool |
public BackupParseForAccessToken ( string strResponse ) : void | ||
strResponse | string | |
return | void |
public GetAccessToken ( string &strAccessToken ) : bool | ||
strAccessToken | string | |
return | bool |
public GetErrorMessage ( string &strErrorMessage ) : bool | ||
strErrorMessage | string | |
return | bool |
public GetUserAuthorizationURL ( string &strURL ) : bool | ||
strURL | string | |
return | bool |
public GetUserName ( string &strUserName ) : bool | ||
strUserName | string | |
return | bool |
public LoadAccessToken ( string strAccessToken ) : bool | ||
strAccessToken | string | |
return | bool |
public ObtainAccessToken ( string strURL ) : bool | ||
strURL | string | |
return | bool |
public SetPrivacyInformation ( string strClipURI, Privacy ePrivacy, string strPassword ) : bool | ||
strClipURI | string | |
ePrivacy | Privacy | |
strPassword | string | |
return | bool |
public SetVideoInformation ( string strClipURI, string strTitle, string strDescription ) : bool | ||
strClipURI | string | |
strTitle | string | |
strDescription | string | |
return | bool |
public SetVideoTags ( string strClipURI, string strTags ) : bool | ||
strClipURI | string | |
strTags | string | |
return | bool |
public static StartsWithCallbackURL ( string strURL ) : bool | ||
strURL | string | |
return | bool |
public Upload ( string strFile, string strTitle, string strDescription, string strTags, Privacy ePrivacy, string strPassword, IProgress pProgress ) : bool | ||
strFile | string | |
strTitle | string | |
strDescription | string | |
strTags | string | |
ePrivacy | Privacy | |
strPassword | string | |
pProgress | IProgress | |
return | bool |
public Vimeo ( string strClientID, string strClientSecret ) : System | ||
strClientID | string | |
strClientSecret | string | |
return | System |