Enums

Details

class GstTag.TagDemuxResult(value)

Bases: GObject.GEnum

Result values from the parse_tag virtual function.

BROKEN_TAG = 0

cannot parse tag, just skip it

AGAIN = 1

call again with less or more data

OK = 2

parsed tag successfully

class GstTag.TagImageType(value)

Bases: GObject.GEnum

Type of image contained in an image tag (specified as “image-type” field in the info structure in the image’s Gst.Sample)

NONE = -1

No image type. Can be used to tell functions such as GstTag.tag_image_data_to_image_sample() that no image type should be set.

UNDEFINED = 0

Undefined/other image type

FRONT_COVER = 1

Cover (front)

LYRICIST = 10

Lyricist/text writer

RECORDING_LOCATION = 11

Recording location

DURING_RECORDING = 12

During recording

DURING_PERFORMANCE = 13

During performance

VIDEO_CAPTURE = 14

Movie/video screen capture

FISH = 15

A fish as funny as the ID3v2 spec

ILLUSTRATION = 16

Illustration

Band/artist logotype

Publisher/studio logotype

BACK_COVER = 2

Cover (back)

LEAFLET_PAGE = 3

Leaflet page

MEDIUM = 4

Medium (e.g. label side of CD)

LEAD_ARTIST = 5

Lead artist/lead performer/soloist

ARTIST = 6

Artist/performer

CONDUCTOR = 7

Conductor

BAND_ORCHESTRA = 8

Band/orchestra

COMPOSER = 9

Composer