GDataYouTubeContent

GDataYouTubeContent — YouTube content element

Stability Level

Unstable, unless otherwise indicated

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── GDataParsable
        ╰── GDataMediaContent
            ╰── GDataYouTubeContent

Includes

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

Description

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

Functions

gdata_youtube_content_get_format ()

GDataYouTubeFormat
gdata_youtube_content_get_format (GDataYouTubeContent *self);

Gets the “format” property.

Parameters

Returns

the video format, or GDATA_YOUTUBE_FORMAT_UNKNOWN

Since 0.4.0

Types and Values

GDataYouTubeContent

typedef struct _GDataYouTubeContent GDataYouTubeContent;

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

Since 0.4.0


GDataYouTubeContentClass

typedef struct {
} GDataYouTubeContentClass;

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

Since 0.4.0

Property Details

The “format” property

  “format”                   GDataYouTubeFormat

The video format of the video object.

For more information, see the

YouTube documentation.

Flags: Read

Default value: GDATA_YOUTUBE_FORMAT_UNKNOWN

Since 0.4.0