Adds a new artist to media
.
Adds a new author to media
.
Adds the director of the media.
Adds a new external player to media
.
Adds a new external url to media
.
Adds a new genre to media
.
Adds the keyword describing the media
.
Adds a new lyrics to media
.
Adds a new MusicBrainz artist id to media
.
Adds the actor performing in the movie.
Adds the producer of the media.
Adds regional publication and certification information for region
.
Adds a new thumbnail to media
.
Adds a new thumbnail to media
.
Sets all the keys related with the URL of a media resource and adds it to
media
(useful for resources with more than one URL).
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Returns the media’s first age certificate.
This should usually be the media’s most relevant
age certificate. Use grl_media_get_region_data_nth()
to
get other age certificates.
Number of children of this container.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
deprecated: 0.3.8 since: 0.3.0
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Gets the “media-type” property.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Returns the media’s age certificate and publication date for the first region.
This should usually be the media’s most relevant region.
Use grl_media_get_region_data_nth()
to get the age certificate and
publication date for other regions.
Returns the media’s age certificate and publication date for one region.
Use grl_data_length()
with GRL_METADATA_KEY_REGION to discover
how many regions are available. For instance:
<![CDATA[
guint count = grl_data_length (GRL_DATA (media), GRL_METADATA_KEY_REGION);
guint i;
for (i = 0; i < count; ++i) {
const GDateTime publication_date = NULL;
const gchar certificate = NULL;
const gchar* region =
grl_media_get_region_data_nth (media, i,
&publication_date, &certificate);
…
}
]]>
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Check if media
is an audio.
Check if media
is a container.
Check if media
is an image.
Check if media
is a video.
Serializes a GrlMedia into a string. It does a basic serialization.
Serializes a GrlMedia into a string.
Set the album of the media.
Set the main artist of the album of the media.
Set the disc number of the media for multi-disc album sets.
Set the artist of the media.
Set the bitrate of the media.
Set the camera_model of the media.
Set the media’s first age certification.
This should usually be the media’s most relevant
age certificate. Use grl_media_set_region_data()
to
set other age certificates.
Sets the number of children of this container. Use
Set the composer of the media.
Set the creation_date of the media.
Set the media’s description.
Sets the director of the media.
Set the media’s duration.
Sets the episode number of the media.
Sets the title of an media.
Set the exposure_time of the media.
Set the location of a player for the media (usually a flash player)
Set an external location where users can play the media.
Set if the media is favourite or not.
Set the flash_used of the media
See http://library.gnome.org/devel/ontology/unstable/nmm-classes.html#nmm-Flash.
Set the framerate of the media.
Set the genre of the media.
Set the height of the media.
Set the media identifier.
Set the iso_speed of the media.
Sets the keyword describing the media
.
Set the media last played date.
Set the media last played position.
Set the lyrics of the media.
Set the MusicBrainz album identifier of the media.
deprecated: 0.3.8 since: 0.3.0
Set the MusicBrainz artist identifier of the media.
Set the MusicBrainz recording identifier of the media.
Set the MusicBrainz Release Group identifier of the media.
Set the MusicBrainz release identifier of the media.
Set the MusicBrainz track identifier of the media.
Set the media’s mime-type.
Set the modification date of the media.
Set the orientation of the media.
Sets the original, untranslated title of the media.
Sets the actor performing in the movie.
Set the media play count.
Sets the producer of the media.
Set the publication date of media
.
This method receives a rating and its scale and normalizes it on a scale
from 0…5 to match the usual five-star rating.
Sets the region
where media
was published.
Sets regional publication and certification information for region
.
Sets the season number of the media.
Sets the show title of the media.
Set the media’s site. A site is a website about the media such as a
studio’s promotional website for a movie.
Set the size of the media.
Set the media’s thumbnail URL.
Set the media’s binary thumbnail.
Set the track number of the media.
Sets all the keys related with the URL of a media resource in one go.
Set the width of the media.