|  |  |  | GData Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#include <gdata/services/youtube/gdata-youtube-content.h>
                    GDataYouTubeContent;
                    GDataYouTubeContentClass;
GDataYouTubeFormat  gdata_youtube_content_get_format    (GDataYouTubeContent *self);
GDataYouTubeContent represents the YouTube-specific customizations to GDataMediaContent. For more information, see the online documentation.
typedef struct _GDataYouTubeContent GDataYouTubeContent;
All the fields in the GDataYouTubeContent structure are private and should never be accessed directly.
Since 0.4.0
typedef struct {
} GDataYouTubeContentClass;
All the fields in the GDataYouTubeContentClass structure are private and should never be accessed directly.
Since 0.4.0
GDataYouTubeFormat  gdata_youtube_content_get_format    (GDataYouTubeContent *self);
Gets the "format" property.
| 
 | a GDataYouTubeContent | 
| Returns : | the video format, or GDATA_YOUTUBE_FORMAT_UNKNOWN | 
Since 0.4.0
"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