gi-gsttag-1.0.23: GStreamer Tag bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GstTag.Constants

Description

 
Synopsis

Documentation

pattern TAG_MUSICBRAINZ_TRMID :: Text Source #

MusicBrainz track TRM ID

pattern TAG_MUSICBRAINZ_TRACKID :: Text Source #

MusicBrainz track ID

pattern TAG_MUSICBRAINZ_RELEASETRACKID :: Text Source #

MusicBrainz Release Track ID

Since: 1.18

pattern TAG_MUSICBRAINZ_RELEASEGROUPID :: Text Source #

MusicBrainz Release Group ID

Since: 1.18

pattern TAG_MUSICBRAINZ_ARTISTID :: Text Source #

MusicBrainz artist ID

pattern TAG_MUSICBRAINZ_ALBUMID :: Text Source #

MusicBrainz album ID

pattern TAG_MUSICBRAINZ_ALBUMARTISTID :: Text Source #

MusicBrainz album artist ID

pattern TAG_MUSICAL_KEY :: Text Source #

Musical key in which the sound starts. It is represented as a string with a maximum length of three characters. The ground keys are represented with "A","B","C","D","E", "F" and "G" and halfkeys represented with "b" and "#". Minor is represented as "m" (e.g. "Dbm"). Off key is represented with an "o" only. This notation might be extended in the future to support non-minor/major keys.

Since: 1.2

pattern TAG_IMAGE_VERTICAL_PPI :: Text Source #

Media (image/video) intended vertical pixel density in ppi. (double)

pattern TAG_IMAGE_HORIZONTAL_PPI :: Text Source #

Media (image/video) intended horizontal pixel density in ppi. (double)

pattern TAG_ID3V2_HEADER_SIZE :: Int32 Source #

ID3V2 header size considered minimum input for some functions such as tagListFromId3v2Tag and tagGetId3v2TagSize for example.

pattern TAG_CMML_STREAM :: Text Source #

Annodex CMML stream element tag

pattern TAG_CMML_HEAD :: Text Source #

Annodex CMML head element tag

pattern TAG_CMML_CLIP :: Text Source #

Annodex CMML clip element tag

pattern TAG_CDDA_MUSICBRAINZ_DISCID_FULL :: Text Source #

Musicbrainz disc id details

pattern TAG_CDDA_MUSICBRAINZ_DISCID :: Text Source #

Musicbrainz disc id (e.g. 'ahg7JUcfR3vCYBphSDIogOOWrr0-')

pattern TAG_CDDA_CDDB_DISCID_FULL :: Text Source #

CDDB disc id including all details

pattern TAG_CDDA_CDDB_DISCID :: Text Source #

CDDB disc id in its short form (e.g. 'aa063d0f')

pattern TAG_CAPTURING_WHITE_BALANCE :: Text Source #

White balance mode used when capturing an image. (string)

The allowed values are: "auto" "manual" "daylight" "cloudy" "tungsten" "fluorescent" "fluorescent h" (newer daylight-calibrated fluorescents) "flash"

pattern TAG_CAPTURING_SOURCE :: Text Source #

Indicates the source of capture. The device/medium used to do the capture. (string)

Allowed values are: "dsc" (= digital still camera) "transparent-scanner" "reflex-scanner" "other"

pattern TAG_CAPTURING_SHUTTER_SPEED :: Text Source #

Shutter speed used when capturing an image, in seconds. (fraction)

pattern TAG_CAPTURING_SHARPNESS :: Text Source #

Direction of sharpness processing applied when capturing an image. (string)

The allowed values are: "normal" "soft" "hard"

pattern TAG_CAPTURING_SCENE_CAPTURE_TYPE :: Text Source #

Scene mode used when capturing an image. (string)

The allowed values are: "standard" "landscape" "portrait" "night-scene"

pattern TAG_CAPTURING_SATURATION :: Text Source #

Direction of saturation processing applied when capturing an image. (string)

The allowed values are: "normal" "low-saturation" "high-saturation"

pattern TAG_CAPTURING_METERING_MODE :: Text Source #

Defines the way a camera determines the exposure. (string)

The allowed values are: "unknown" "average" "center-weighted-average" "spot" "multi-spot" "pattern" "partial" "other"

pattern TAG_CAPTURING_ISO_SPEED :: Text Source #

ISO speed used when capturing an image. (integer)

pattern TAG_CAPTURING_GAIN_ADJUSTMENT :: Text Source #

Gain adjustment applied to an image. (string)

The allowed values are: "none" "low-gain-up" "high-gain-up" "low-gain-down" "high-gain-down"

pattern TAG_CAPTURING_FOCAL_RATIO :: Text Source #

Focal ratio (f-number) used when capturing an image. (double)

The value stored is the denominator of the focal ratio (f-number). For example, if this tag value is 2, the focal ratio is f/2.

pattern TAG_CAPTURING_FOCAL_LENGTH_35_MM :: Text Source #

35 mm equivalent focal length used when capturing an image, in mm. (double)

Since: 1.10

pattern TAG_CAPTURING_FOCAL_LENGTH :: Text Source #

Focal length used when capturing an image, in mm. (double)

pattern TAG_CAPTURING_FLASH_MODE :: Text Source #

The flash mode selected during the capture of an image. (string)

The allowed values are: "auto" "always" "never"

pattern TAG_CAPTURING_FLASH_FIRED :: Text Source #

If flash was fired during the capture of an image. (boolean)

Note that if this tag isn't present, it should not be assumed that the flash did not fire. It should be treated as unknown.

pattern TAG_CAPTURING_EXPOSURE_PROGRAM :: Text Source #

Type of exposure control used when capturing an image. (string)

The allowed values are: "undefined" "manual" "normal" - automatically controlled "aperture-priority" - user selects aperture value "shutter-priority" - user selects shutter speed "creative" - biased towards depth of field "action" - biased towards fast shutter speed "portrait" - closeup, leaving background out of focus "landscape" - landscape photos, background in focus

pattern TAG_CAPTURING_EXPOSURE_MODE :: Text Source #

Exposure mode used when capturing an image. (string)

The allowed values are: "auto-exposure" "manual-exposure" "auto-bracket"

pattern TAG_CAPTURING_EXPOSURE_COMPENSATION :: Text Source #

Exposure compensation using when capturing an image in EV. (double)

pattern TAG_CAPTURING_DIGITAL_ZOOM_RATIO :: Text Source #

Digital zoom ratio used when capturing an image. (double)

pattern TAG_CAPTURING_CONTRAST :: Text Source #

Direction of contrast processing applied when capturing an image. (string)

The allowed values are: "normal" "soft" "hard"

pattern TAG_ACOUSTID_ID :: Text Source #

AcoustID Identifier

Since: 1.18

pattern TAG_ACOUSTID_FINGERPRINT :: Text Source #

AcoustID Fingerprint (Chromaprint)

Since: 1.18