GData.MediaCredit

g GData.MediaCredit GData.MediaCredit GData.Parsable GData.Parsable GData.Parsable->GData.MediaCredit GObject.Object GObject.Object GObject.Object->GData.Parsable

Subclasses:

GData.YouTubeCredit

Methods

Inherited:

GData.Parsable (5), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_credit ()

get_role ()

get_scheme ()

Virtual Methods

Inherited:

GData.Parsable (9), GObject.Object (7)

Properties

Inherited:

GData.Parsable (1)

Name

Type

Flags

Short Description

credit

str

r

The credited entity’s name.

role

str

r

The role the credited entity played in the production of the media.

scheme

str

r

A URI that identifies the role scheme.

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GData.Parsable

r

Class Details

class GData.MediaCredit(**kwargs)
Bases:

GData.Parsable

Abstract:

No

Structure:

GData.MediaCreditClass

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

get_credit()
Returns:

the name of the credited entity

Return type:

str

Gets the GData.MediaCredit :credit property.

New in version 0.4.0.

get_role()
Returns:

the credited entity’s role, or None

Return type:

str

Gets the GData.MediaCredit :role property.

New in version 0.4.0.

get_scheme()
Returns:

the credit’s role scheme, or None

Return type:

str

Gets the GData.MediaCredit :scheme property.

New in version 0.4.0.

Property Details

GData.MediaCredit.props.credit
Name:

credit

Type:

str

Default Value:

None

Flags:

READABLE

The credited entity’s name.

For more information, see the Media RSS specification.

New in version 0.4.0.

GData.MediaCredit.props.role
Name:

role

Type:

str

Default Value:

None

Flags:

READABLE

The role the credited entity played in the production of the media.

For more information, see the Media RSS specification.

New in version 0.4.0.

GData.MediaCredit.props.scheme
Name:

scheme

Type:

str

Default Value:

None

Flags:

READABLE

A URI that identifies the role scheme.

For more information, see the Media RSS specification.

New in version 0.4.0.