GDataYouTubeContent

GDataYouTubeContent — YouTube content element

Stability Level

Unstable, unless otherwise indicated

Synopsis


#include <gdata/services/youtube/gdata-youtube-content.h>

                    GDataYouTubeContent;
                    GDataYouTubeContentClass;
GDataYouTubeFormat  gdata_youtube_content_get_format    (GDataYouTubeContent *self);

Object Hierarchy

  GObject
   +----GDataParsable
         +----GDataMediaContent
               +----GDataYouTubeContent

Properties

  "format"                   GDataYouTubeFormat    : Read

Description

GDataYouTubeContent represents the YouTube-specific customizations to GDataMediaContent. For more information, see the online documentation.

Details

GDataYouTubeContent

typedef struct _GDataYouTubeContent GDataYouTubeContent;

All the fields in the GDataYouTubeContent structure are private and should never be accessed directly.


GDataYouTubeContentClass

typedef struct {
} GDataYouTubeContentClass;

All the fields in the GDataYouTubeContentClass structure are private and should never be accessed directly.

Since 0.4.0


gdata_youtube_content_get_format ()

GDataYouTubeFormat  gdata_youtube_content_get_format    (GDataYouTubeContent *self);

Gets the "format" property.

self :

a GDataYouTubeContent

Returns :

the video format, or GDATA_YOUTUBE_FORMAT_UNKNOWN

Since 0.4.0

Property Details

The "format" property

  "format"                   GDataYouTubeFormat    : Read

The video format of the video object.

For more information, see the YouTube documentation.

Default value: GDATA_YOUTUBE_FORMAT_UNKNOWN

Since 0.4.0