YouTubeService
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"youtube_service" , type_id =
"gdata_youtube_service_get_type ()" ) ]
public class YouTubeService :
Service,
Batchable
All the fields in the YouTubeService structure are private and should never be accessed directly.
Content:
Properties:
Static methods:
Creation methods:
Methods:
- public YouTubeVideo finish_video_upload (UploadStream upload_stream) throws Error
- public APPCategories get_categories (Cancellable? cancellable = null) throws Error
Gets a list of the categories currently in use on YouTube.
- public async APPCategories get_categories_async (Cancellable? cancellable) throws Error
Gets a list of the categories currently in use on YouTube.
- public unowned string get_developer_key ()
- public Feed query_related (YouTubeVideo video, Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service for videos related to video
.
- public async void query_related_async (YouTubeVideo video, Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service for videos related to video
.
- public Feed query_standard_feed (YouTubeStandardFeedType feed_type, Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service's standard feed_type
feed to build a
Feed.
- public async void query_standard_feed_async (YouTubeStandardFeedType feed_type, Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service's standard feed_type
feed to build a
Feed.
- public Feed query_videos (Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service for videos matching the parameters set on the
Query.
- public async void query_videos_async (Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service for videos matching the parameters set on the
Query.
- public UploadStream upload_video (YouTubeVideo video, string slug, string content_type, Cancellable? cancellable = null) throws Error
Uploads a video to YouTube, using the properties from video
and
the file data written to the resulting UploadStream.
Inherited Members:
All known members inherited from class GData.Service
All known members inherited from class GLib.Object
All known members inherited from interface GData.Batchable