Property | Type | Description | |
---|---|---|---|
DoEvents | application_doevents |
Method | Description | |
---|---|---|
clearVideos ( ) : void | ||
clsVideoFeedReader ( string dev_key, string app_name ) : System | ||
clsVideoFeedReader ( string dev_key, string app_name, string username, string password ) : System | ||
getVideos ( ) : List |
||
setCredentials ( ) : void | ||
setCredentials ( string username, string password ) : void |
Method | Description | |
---|---|---|
AuthenticationException ( Google.GData.Client.AuthenticationException exception ) : void | ||
GeneralException ( |
||
ProgressUpdate ( int current, int total ) : void | ||
QueryEnded ( string query ) : void | ||
QueryStarted ( string query ) : void | ||
RequestException ( |
||
VideoAdded ( Google.GData.YouTube.YouTubeEntry video ) : void |
Method | Description | |
---|---|---|
_add_videos_to_list ( Google.GData.Client.AtomEntryCollection entries ) : void | ||
_do_query ( Google.GData.YouTube.YouTubeQuery query ) : Google.GData.YouTube.YouTubeFeed | ||
_exec_query ( ) : void |
protected AuthenticationException ( Google.GData.Client.AuthenticationException exception ) : void | ||
exception | Google.GData.Client.AuthenticationException | |
return | void |
protected GeneralException ( |
||
exception | ||
return | void |
protected ProgressUpdate ( int current, int total ) : void | ||
current | int | |
total | int | |
return | void |
protected QueryStarted ( string query ) : void | ||
query | string | |
return | void |
protected RequestException ( |
||
exception | ||
return | void |
protected VideoAdded ( Google.GData.YouTube.YouTubeEntry video ) : void | ||
video | Google.GData.YouTube.YouTubeEntry | |
return | void |
public clsVideoFeedReader ( string dev_key, string app_name ) : System | ||
dev_key | string | |
app_name | string | |
return | System |
public clsVideoFeedReader ( string dev_key, string app_name, string username, string password ) : System | ||
dev_key | string | |
app_name | string | |
username | string | |
password | string | |
return | System |
public setCredentials ( string username, string password ) : void | ||
username | string | |
password | string | |
return | void |