Variables | |
const Glib::ustring | TITLE = GST_TAG_TITLE |
Commonly used title (string). | |
const Glib::ustring | TITLE_SORTNAME = GST_TAG_TITLE_SORTNAME |
Commonly used title, as used for sorting (string). | |
const Glib::ustring | ARTIST = GST_TAG_ARTIST |
Person(s) responsible for the recording (string). | |
const Glib::ustring | ARTIST_SORTNAME = GST_TAG_ARTIST_SORTNAME |
Person(s) responsible for the recording, as used for sorting (string). | |
const Glib::ustring | ALBUM = GST_TAG_ALBUM |
Album containing this data (string). | |
const Glib::ustring | ALBUM_SORTNAME = GST_TAG_ALBUM_SORTNAME |
Album containing this data, as used for sorting (string). | |
const Glib::ustring | DATE = GST_TAG_DATE |
Date the data was created (GDate structure). | |
const Glib::ustring | GENRE = GST_TAG_GENRE |
Genre this data belongs to (string). | |
const Glib::ustring | COMMENT = GST_TAG_COMMENT |
Free text commenting the data (string). | |
const Glib::ustring | EXTENDED_COMMENT = GST_TAG_EXTENDED_COMMENT |
Key/value text commenting the data (string). | |
const Glib::ustring | TRACK_NUMBER = GST_TAG_TRACK_NUMBER |
Track number inside a collection (unsigned integer). | |
const Glib::ustring | TRACK_COUNT = GST_TAG_TRACK_COUNT |
Count of tracks inside collection this track belongs to (unsigned integer). | |
const Glib::ustring | ALBUM_VOLUME_NUMBER = GST_TAG_ALBUM_VOLUME_NUMBER |
Disc number inside a collection (unsigned integer). | |
const Glib::ustring | ALBUM_VOLUME_COUNT = GST_TAG_ALBUM_VOLUME_COUNT |
Count of discs inside collection this disc belongs to (unsigned integer). | |
const Glib::ustring | LOCATION = GST_TAG_LOCATION |
Original location of file as a URI (string). | |
const Glib::ustring | DESCRIPTION = GST_TAG_DESCRIPTION |
Short text describing the content of the data (string). | |
const Glib::ustring | VERSION = GST_TAG_VERSION |
Version of this data (string). | |
const Glib::ustring | ISRC = GST_TAG_ISRC |
International Standard Recording Code - see http://www.ifpi.org/isrc/ (string). | |
const Glib::ustring | ORGANIZATION = GST_TAG_ORGANIZATION |
Organization (string). | |
const Glib::ustring | COPYRIGHT = GST_TAG_COPYRIGHT |
Copyright notice of the data (string). | |
const Glib::ustring | COPYRIGHT_URI = GST_TAG_COPYRIGHT_URI |
URI to location where copyright details can be found (string). | |
const Glib::ustring | COMPOSER = GST_TAG_COMPOSER |
Person(s) who composed the recording (string). | |
const Glib::ustring | CONTACT = GST_TAG_CONTACT |
Contact information (string). | |
const Glib::ustring | LICENSE = GST_TAG_LICENSE |
License of data (string). | |
const Glib::ustring | LICENSE_URI = GST_TAG_LICENSE_URI |
URI to location where license details can be found (string). | |
const Glib::ustring | PERFORMER = GST_TAG_PERFORMER |
Person(s) performing (string). | |
const Glib::ustring | DURATION = GST_TAG_DURATION |
Length in GStreamer time units (nanoseconds) (unsigned 64-bit integer). | |
const Glib::ustring | CODEC = GST_TAG_CODEC |
Codec the data is stored in (string). | |
const Glib::ustring | VIDEO_CODEC = GST_TAG_VIDEO_CODEC |
Codec the video data is stored in (string). | |
const Glib::ustring | AUDIO_CODEC = GST_TAG_AUDIO_CODEC |
Codec the audio data is stored in (string). | |
const Glib::ustring | BITRATE = GST_TAG_BITRATE |
Exact or average bitrate in bits/s (unsigned integer). | |
const Glib::ustring | NOMINAL_BITRATE = GST_TAG_NOMINAL_BITRATE |
Nominal bitrate in bits/s (unsigned integer). | |
const Glib::ustring | MINIMUM_BITRATE = GST_TAG_MINIMUM_BITRATE |
Minimum bitrate in bits/s (unsigned integer). | |
const Glib::ustring | MAXIMUM_BITRATE = GST_TAG_MAXIMUM_BITRATE |
Maximum bitrate in bits/s (unsigned integer). | |
const Glib::ustring | SERIAL = GST_TAG_SERIAL |
Serial number of track (unsigned integer). | |
const Glib::ustring | ENCODER = GST_TAG_ENCODER |
Encoder used to encode this stream (string). | |
const Glib::ustring | ENCODER_VERSION = GST_TAG_ENCODER_VERSION |
Version of the encoder used to encode this stream (unsigned integer). | |
const Glib::ustring | TRACK_GAIN = GST_TAG_TRACK_GAIN |
Track gain in db (double). | |
const Glib::ustring | TRACK_PEAK = GST_TAG_TRACK_PEAK |
Peak of the track (double). | |
const Glib::ustring | ALBUM_GAIN = GST_TAG_ALBUM_GAIN |
Album gain in db (double). | |
const Glib::ustring | ALBUM_PEAK = GST_TAG_ALBUM_PEAK |
Peak of the album (double). | |
const Glib::ustring | REFERENCE_LEVEL = GST_TAG_REFERENCE_LEVEL |
Reference level of track and album gain values (double). | |
const Glib::ustring | LANGUAGE_CODE = GST_TAG_LANGUAGE_CODE |
Language code (ISO-639-1) (string) of the content. | |
const Glib::ustring | IMAGE = GST_TAG_IMAGE |
Image (buffer) (buffer caps should specify the content type and preferably also set "image-type" field as GstTagImageType). | |
const Glib::ustring | PREVIEW_IMAGE = GST_TAG_PREVIEW_IMAGE |
Image that is meant for preview purposes, e.g. | |
const Glib::ustring | BEATS_PER_MINUTE = GST_TAG_BEATS_PER_MINUTE |
Number of beats per minute in audio (double). |
const Glib::ustring Gst::Tag::ALBUM = GST_TAG_ALBUM |
Album containing this data (string).
The album name as it should be displayed, e.g. 'The Jazz Guitar'.
const Glib::ustring Gst::Tag::ALBUM_GAIN = GST_TAG_ALBUM_GAIN |
Album gain in db (double).
const Glib::ustring Gst::Tag::ALBUM_PEAK = GST_TAG_ALBUM_PEAK |
Peak of the album (double).
const Glib::ustring Gst::Tag::ALBUM_SORTNAME = GST_TAG_ALBUM_SORTNAME |
Album containing this data, as used for sorting (string).
The album name as it should be sorted, e.g. 'Jazz Guitar, The'.
Since 0.10.15.
const Glib::ustring Gst::Tag::ALBUM_VOLUME_COUNT = GST_TAG_ALBUM_VOLUME_COUNT |
Count of discs inside collection this disc belongs to (unsigned integer).
const Glib::ustring Gst::Tag::ALBUM_VOLUME_NUMBER = GST_TAG_ALBUM_VOLUME_NUMBER |
Disc number inside a collection (unsigned integer).
const Glib::ustring Gst::Tag::ARTIST = GST_TAG_ARTIST |
Person(s) responsible for the recording (string).
The artist name as it should be displayed, e.g. 'Jimi Hendrix' or 'The Guitar Heroes'.
const Glib::ustring Gst::Tag::ARTIST_SORTNAME = GST_TAG_ARTIST_SORTNAME |
Person(s) responsible for the recording, as used for sorting (string).
The artist name as it should be sorted, e.g. 'Hendrix, Jimi' or 'Guitar Heroes, The'.
Since 0.10.15.
const Glib::ustring Gst::Tag::AUDIO_CODEC = GST_TAG_AUDIO_CODEC |
Codec the audio data is stored in (string).
const Glib::ustring Gst::Tag::BEATS_PER_MINUTE = GST_TAG_BEATS_PER_MINUTE |
Number of beats per minute in audio (double).
Since 0.10.12.
const Glib::ustring Gst::Tag::BITRATE = GST_TAG_BITRATE |
Exact or average bitrate in bits/s (unsigned integer).
const Glib::ustring Gst::Tag::CODEC = GST_TAG_CODEC |
Codec the data is stored in (string).
const Glib::ustring Gst::Tag::COMMENT = GST_TAG_COMMENT |
Free text commenting the data (string).
const Glib::ustring Gst::Tag::COMPOSER = GST_TAG_COMPOSER |
Person(s) who composed the recording (string).
Since 0.10.15.
const Glib::ustring Gst::Tag::CONTACT = GST_TAG_CONTACT |
Contact information (string).
const Glib::ustring Gst::Tag::COPYRIGHT = GST_TAG_COPYRIGHT |
Copyright notice of the data (string).
const Glib::ustring Gst::Tag::COPYRIGHT_URI = GST_TAG_COPYRIGHT_URI |
URI to location where copyright details can be found (string).
Since 0.10.14.
const Glib::ustring Gst::Tag::DATE = GST_TAG_DATE |
Date the data was created (GDate structure).
const Glib::ustring Gst::Tag::DESCRIPTION = GST_TAG_DESCRIPTION |
Short text describing the content of the data (string).
const Glib::ustring Gst::Tag::DURATION = GST_TAG_DURATION |
Length in GStreamer time units (nanoseconds) (unsigned 64-bit integer).
const Glib::ustring Gst::Tag::ENCODER = GST_TAG_ENCODER |
Encoder used to encode this stream (string).
const Glib::ustring Gst::Tag::ENCODER_VERSION = GST_TAG_ENCODER_VERSION |
Version of the encoder used to encode this stream (unsigned integer).
const Glib::ustring Gst::Tag::EXTENDED_COMMENT = GST_TAG_EXTENDED_COMMENT |
Key/value text commenting the data (string).
Must be in the form of 'key=comment' or 'key[lc]=comment' where 'lc' is an ISO-639 language code.
This tag is used for unknown Vorbis comment tags, unknown APE tags and certain ID3v2 comment fields.
Since 0.10.10.
const Glib::ustring Gst::Tag::GENRE = GST_TAG_GENRE |
Genre this data belongs to (string).
const Glib::ustring Gst::Tag::IMAGE = GST_TAG_IMAGE |
Image (buffer) (buffer caps should specify the content type and preferably also set "image-type" field as GstTagImageType).
Since 0.10.6
const Glib::ustring Gst::Tag::ISRC = GST_TAG_ISRC |
International Standard Recording Code - see http://www.ifpi.org/isrc/ (string).
const Glib::ustring Gst::Tag::LANGUAGE_CODE = GST_TAG_LANGUAGE_CODE |
Language code (ISO-639-1) (string) of the content.
const Glib::ustring Gst::Tag::LICENSE = GST_TAG_LICENSE |
License of data (string).
const Glib::ustring Gst::Tag::LICENSE_URI = GST_TAG_LICENSE_URI |
URI to location where license details can be found (string).
Since 0.10.14.
const Glib::ustring Gst::Tag::LOCATION = GST_TAG_LOCATION |
Original location of file as a URI (string).
const Glib::ustring Gst::Tag::MAXIMUM_BITRATE = GST_TAG_MAXIMUM_BITRATE |
Maximum bitrate in bits/s (unsigned integer).
const Glib::ustring Gst::Tag::MINIMUM_BITRATE = GST_TAG_MINIMUM_BITRATE |
Minimum bitrate in bits/s (unsigned integer).
const Glib::ustring Gst::Tag::NOMINAL_BITRATE = GST_TAG_NOMINAL_BITRATE |
Nominal bitrate in bits/s (unsigned integer).
const Glib::ustring Gst::Tag::ORGANIZATION = GST_TAG_ORGANIZATION |
Organization (string).
const Glib::ustring Gst::Tag::PERFORMER = GST_TAG_PERFORMER |
Person(s) performing (string).
const Glib::ustring Gst::Tag::PREVIEW_IMAGE = GST_TAG_PREVIEW_IMAGE |
Image that is meant for preview purposes, e.g.
small icon-sized version (buffer) (buffer caps should specify the content type). Since 0.10.7.
const Glib::ustring Gst::Tag::REFERENCE_LEVEL = GST_TAG_REFERENCE_LEVEL |
Reference level of track and album gain values (double).
Since 0.10.12.
const Glib::ustring Gst::Tag::SERIAL = GST_TAG_SERIAL |
Serial number of track (unsigned integer).
const Glib::ustring Gst::Tag::TITLE = GST_TAG_TITLE |
Commonly used title (string).
The title as it should be displayed, e.g. 'The Doll House'.
const Glib::ustring Gst::Tag::TITLE_SORTNAME = GST_TAG_TITLE_SORTNAME |
Commonly used title, as used for sorting (string).
The title as it should be sorted, e.g. 'Doll House, The'.
Since 0.10.15.
const Glib::ustring Gst::Tag::TRACK_COUNT = GST_TAG_TRACK_COUNT |
Count of tracks inside collection this track belongs to (unsigned integer).
const Glib::ustring Gst::Tag::TRACK_GAIN = GST_TAG_TRACK_GAIN |
Track gain in db (double).
const Glib::ustring Gst::Tag::TRACK_NUMBER = GST_TAG_TRACK_NUMBER |
Track number inside a collection (unsigned integer).
const Glib::ustring Gst::Tag::TRACK_PEAK = GST_TAG_TRACK_PEAK |
Peak of the track (double).
const Glib::ustring Gst::Tag::VERSION = GST_TAG_VERSION |
Version of this data (string).
const Glib::ustring Gst::Tag::VIDEO_CODEC = GST_TAG_VIDEO_CODEC |
Codec the video data is stored in (string).