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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GData.Batchable