Schnittstelle GstConstants


public interface GstConstants
  • Felddetails

    • ALLOCATOR_SYSMEM

      static final String ALLOCATOR_SYSMEM
      The allocator name for the default system memory allocator
      Siehe auch:
    • BUFFER_COPY_ALL

      static final int BUFFER_COPY_ALL
      Combination of all possible fields that can be copied with
      gst_buffer_copy_into().
      Siehe auch:
    • BUFFER_COPY_METADATA

      static final int BUFFER_COPY_METADATA
      Combination of all possible metadata fields that can be copied with
      gst_buffer_copy_into().
      Siehe auch:
    • BUFFER_OFFSET_NONE

      static final long BUFFER_OFFSET_NONE
      Constant for no-offset return results.
      Siehe auch:
    • CAN_INLINE

      static final int CAN_INLINE
      Siehe auch:
    • CAPS_FEATURE_MEMORY_SYSTEM_MEMORY

      static final String CAPS_FEATURE_MEMORY_SYSTEM_MEMORY
      Siehe auch:
    • CLOCK_TIME_NONE

      static final long CLOCK_TIME_NONE
      Constant to define an undefined clock time.
      Siehe auch:
    • DEBUG_BG_MASK

      static final int DEBUG_BG_MASK
      Siehe auch:
    • DEBUG_FG_MASK

      static final int DEBUG_FG_MASK
      Siehe auch:
    • DEBUG_FORMAT_MASK

      static final int DEBUG_FORMAT_MASK
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_DECODER

      static final String ELEMENT_FACTORY_KLASS_DECODER
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_DECRYPTOR

      static final String ELEMENT_FACTORY_KLASS_DECRYPTOR
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_DEMUXER

      static final String ELEMENT_FACTORY_KLASS_DEMUXER
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_DEPAYLOADER

      static final String ELEMENT_FACTORY_KLASS_DEPAYLOADER
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_ENCODER

      static final String ELEMENT_FACTORY_KLASS_ENCODER
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_ENCRYPTOR

      static final String ELEMENT_FACTORY_KLASS_ENCRYPTOR
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_FORMATTER

      static final String ELEMENT_FACTORY_KLASS_FORMATTER
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_HARDWARE

      static final String ELEMENT_FACTORY_KLASS_HARDWARE
      Elements interacting with hardware devices should specify this classifier in
      their metadata. You may need to put the element in "READY" state to test if
      the hardware is present in the system.
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_MEDIA_AUDIO

      static final String ELEMENT_FACTORY_KLASS_MEDIA_AUDIO
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_MEDIA_IMAGE

      static final String ELEMENT_FACTORY_KLASS_MEDIA_IMAGE
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_MEDIA_METADATA

      static final String ELEMENT_FACTORY_KLASS_MEDIA_METADATA
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE

      static final String ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_MEDIA_VIDEO

      static final String ELEMENT_FACTORY_KLASS_MEDIA_VIDEO
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_MUXER

      static final String ELEMENT_FACTORY_KLASS_MUXER
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_PARSER

      static final String ELEMENT_FACTORY_KLASS_PARSER
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_PAYLOADER

      static final String ELEMENT_FACTORY_KLASS_PAYLOADER
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_SINK

      static final String ELEMENT_FACTORY_KLASS_SINK
      Siehe auch:
    • ELEMENT_FACTORY_KLASS_SRC

      static final String ELEMENT_FACTORY_KLASS_SRC
      Siehe auch:
    • ELEMENT_METADATA_AUTHOR

      static final String ELEMENT_METADATA_AUTHOR
      Name and contact details of the author(s). Use \n to separate
      multiple author details.
      E.g: "Joe Bloggs <joe.blogs at foo.com>"
      Siehe auch:
    • ELEMENT_METADATA_DESCRIPTION

      static final String ELEMENT_METADATA_DESCRIPTION
      Sentence describing the purpose of the element.
      E.g: "Write stream to a file"
      Siehe auch:
    • ELEMENT_METADATA_DOC_URI

      static final String ELEMENT_METADATA_DOC_URI
      Set uri pointing to user documentation. Applications can use this to show
      help for e.g. effects to users.
      Siehe auch:
    • ELEMENT_METADATA_ICON_NAME

      static final String ELEMENT_METADATA_ICON_NAME
      Elements that bridge to certain other products can include an icon of that
      used product. Application can show the icon in menus/selectors to help
      identifying specific elements.
      Siehe auch:
    • ELEMENT_METADATA_KLASS

      static final String ELEMENT_METADATA_KLASS
      String describing the type of element, as an unordered list
      separated with slashes ('/'). See draft-klass.txt of the design docs
      for more details and common types. E.g: "Sink/File"
      Siehe auch:
    • ELEMENT_METADATA_LONGNAME

      static final String ELEMENT_METADATA_LONGNAME
      The long English name of the element. E.g. "File Sink"
      Siehe auch:
    • ERROR_SYSTEM

      static final String ERROR_SYSTEM
      Builds a string using errno describing the previously failed system
      call. To be used as the debug argument in #GST_ELEMENT_ERROR.
      Siehe auch:
    • EVENT_NUM_SHIFT

      static final int EVENT_NUM_SHIFT
      Siehe auch:
    • EVENT_TYPE_BOTH

      static final int EVENT_TYPE_BOTH
      The same thing as #GST_EVENT_TYPE_UPSTREAM | #GST_EVENT_TYPE_DOWNSTREAM.
      Siehe auch:
    • FLAG_SET_MASK_EXACT

      static final int FLAG_SET_MASK_EXACT
      A mask value with all bits set, for use as a
      GstFlagSet mask where all flag bits must match
      exactly
      Siehe auch:
    • FORMAT_PERCENT_MAX

      static final long FORMAT_PERCENT_MAX
      The PERCENT format is between 0 and this value
      Siehe auch:
    • FORMAT_PERCENT_SCALE

      static final long FORMAT_PERCENT_SCALE
      The value used to scale down the reported PERCENT format value to
      its real value.
      Siehe auch:
    • FOURCC_FORMAT

      static final String FOURCC_FORMAT
      Can be used together with #GST_FOURCC_ARGS to properly output a
      #guint32 fourcc value in a printf\()-style text message.
       printf ("fourcc: %" GST_FOURCC_FORMAT "\n", GST_FOURCC_ARGS (fcc));
       
      Siehe auch:
    • GROUP_ID_INVALID

      static final int GROUP_ID_INVALID
      A value which is guaranteed to never be returned by
      gst_util_group_id_next().

      Can be used as a default value in variables used to store group_id.
      Siehe auch:
    • LICENSE_UNKNOWN

      static final String LICENSE_UNKNOWN
      To be used in GST_PLUGIN_DEFINE if unsure about the licence.
      Siehe auch:
    • LOCK_FLAG_READWRITE

      static final int LOCK_FLAG_READWRITE
      GstLockFlags value alias for GST_LOCK_FLAG_READ | GST_LOCK_FLAG_WRITE
      Siehe auch:
    • MAP_READWRITE

      static final int MAP_READWRITE
      GstMapFlags value alias for GST_MAP_READ | GST_MAP_WRITE
      Siehe auch:
    • META_TAG_MEMORY_REFERENCE_STR

      static final String META_TAG_MEMORY_REFERENCE_STR
      This metadata stays relevant until a deep copy is made.
      Siehe auch:
    • META_TAG_MEMORY_STR

      static final String META_TAG_MEMORY_STR
      This metadata stays relevant as long as memory layout is unchanged.
      In hindsight, this tag should have been called "memory-layout".
      Siehe auch:
    • PARAM_CONDITIONALLY_AVAILABLE

      static final int PARAM_CONDITIONALLY_AVAILABLE
      Use this flag on GObject properties of GstObject to indicate that
      they might not be available depending on environment such as OS, device, etc,
      so such properties will be installed conditionally only if the GstObject is
      able to support it.
      Siehe auch:
    • PARAM_CONTROLLABLE

      static final int PARAM_CONTROLLABLE
      Use this flag on GObject properties to signal they can make sense to be.
      controlled over time. This hint is used by the GstController.
      Siehe auch:
    • PARAM_DOC_SHOW_DEFAULT

      static final int PARAM_DOC_SHOW_DEFAULT
      Use this flag on GObject properties of GstObject to indicate that
      during `gst-inspect` and friends, the default value should be used
      as default instead of the current value.
      Siehe auch:
    • PARAM_MUTABLE_PAUSED

      static final int PARAM_MUTABLE_PAUSED
      Use this flag on GObject properties of GstElements to indicate that
      they can be changed when the element is in the PAUSED or lower state.
      This flag implies GST_PARAM_MUTABLE_READY.
      Siehe auch:
    • PARAM_MUTABLE_PLAYING

      static final int PARAM_MUTABLE_PLAYING
      Use this flag on GObject properties of GstElements to indicate that
      they can be changed when the element is in the PLAYING or lower state.
      This flag implies GST_PARAM_MUTABLE_PAUSED.
      Siehe auch:
    • PARAM_MUTABLE_READY

      static final int PARAM_MUTABLE_READY
      Use this flag on GObject properties of GstElements to indicate that
      they can be changed when the element is in the READY or lower state.
      Siehe auch:
    • PARAM_USER_SHIFT

      static final int PARAM_USER_SHIFT
      Bits based on GST_PARAM_USER_SHIFT can be used by 3rd party applications.
      Siehe auch:
    • PROTECTION_SYSTEM_ID_CAPS_FIELD

      static final String PROTECTION_SYSTEM_ID_CAPS_FIELD
      The field name in a GstCaps that is used to signal the UUID of the protection
      system.
      Siehe auch:
    • PROTECTION_UNSPECIFIED_SYSTEM_ID

      static final String PROTECTION_UNSPECIFIED_SYSTEM_ID
      The protection system value of the unspecified UUID.
      In some cases the system protection ID is not present in the contents or in their
      metadata, as encrypted WebM.
      This define is used to set the value of the "system_id" field in GstProtectionEvent,
      with this value, the application will use an external information to choose which
      protection system to use.

      Example: The matroskademux uses this value in the case of encrypted WebM,
      the application will choose the appropriate protection system based on the information
      received through EME API.
      Siehe auch:
    • PTR_FORMAT

      static final String PTR_FORMAT
      printf format type used to debug GStreamer types. You can use this in
      combination with GStreamer's debug logging system as well as the functions
      gst_info_vasprintf(), gst_info_strdup_vprintf() and gst_info_strdup_printf()
      to pretty-print the following types: #GstCaps, #GstStructure,
      #GstCapsFeatures, #GstTagList, #GstDateTime, #GstBuffer, #GstBufferList,
      #GstMessage, #GstEvent, #GstQuery, #GstContext, #GstPad, #GstObject. All
      #GObject types will be printed as typename plus pointer, and everything
      else will simply be printed as pointer address.

      This can only be used on types whose size is >= sizeof(gpointer).
      Siehe auch:
    • QUERY_NUM_SHIFT

      static final int QUERY_NUM_SHIFT
      Siehe auch:
    • QUERY_TYPE_BOTH

      static final int QUERY_TYPE_BOTH
      The same thing as #GST_QUERY_TYPE_UPSTREAM | #GST_QUERY_TYPE_DOWNSTREAM.
      Siehe auch:
    • SEGMENT_FORMAT

      static final String SEGMENT_FORMAT
      printf format type used to debug GStreamer segments. You can use this in
      combination with GStreamer's debug logging system as well as the functions
      gst_info_vasprintf(), gst_info_strdup_vprintf() and gst_info_strdup_printf()
      to pretty-print #GstSegment structures.
      This can only be used on pointers to GstSegment structures.
      Siehe auch:
    • SEGMENT_INSTANT_FLAGS

      static final int SEGMENT_INSTANT_FLAGS
      Siehe auch:
    • SEQNUM_INVALID

      static final int SEQNUM_INVALID
      A value which is guaranteed to never be returned by
      gst_util_seqnum_next().

      Can be used as a default value in variables used to store seqnum.
      Siehe auch:
    • STIMEP_FORMAT

      static final String STIMEP_FORMAT
      printf format type used to debug GStreamer signed time value pointers. You
      can use this in combination with GStreamer's debug logging system as well as
      the functions gst_info_vasprintf(), gst_info_strdup_vprintf() and
      gst_info_strdup_printf() to pretty-print signed time (pointers to
      #GstClockTimeDiff or #gint64).
      Siehe auch:
    • STIME_FORMAT

      static final String STIME_FORMAT
      A string that can be used in printf-like format strings to display a signed
      #GstClockTimeDiff or #gint64 value in `h:m:s` format. Use GST_TIME_ARGS() to
      construct the matching arguments.

      Example:

      ``` C
      printf("%" GST_STIME_FORMAT "\n", GST_STIME_ARGS(ts));
      ```
      Siehe auch:
    • TAG_ALBUM

      static final String TAG_ALBUM
      album containing this data (string)

      The album name as it should be displayed, e.g. 'The Jazz Guitar'
      Siehe auch:
    • TAG_ALBUM_ARTIST

      static final String TAG_ALBUM_ARTIST
      The artist of the entire album, as it should be displayed.
      Siehe auch:
    • TAG_ALBUM_ARTIST_SORTNAME

      static final String TAG_ALBUM_ARTIST_SORTNAME
      The artist of the entire album, as it should be sorted.
      Siehe auch:
    • TAG_ALBUM_GAIN

      static final String TAG_ALBUM_GAIN
      album gain in db (double)
      Siehe auch:
    • TAG_ALBUM_PEAK

      static final String TAG_ALBUM_PEAK
      peak of the album (double)
      Siehe auch:
    • TAG_ALBUM_SORTNAME

      static final String 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'
      Siehe auch:
    • TAG_ALBUM_VOLUME_COUNT

      static final String TAG_ALBUM_VOLUME_COUNT
      count of discs inside collection this disc belongs to (unsigned integer)
      Siehe auch:
    • TAG_ALBUM_VOLUME_NUMBER

      static final String TAG_ALBUM_VOLUME_NUMBER
      disc number inside a collection (unsigned integer)
      Siehe auch:
    • TAG_APPLICATION_DATA

      static final String TAG_APPLICATION_DATA
      Arbitrary application data (sample)

      Some formats allow applications to add their own arbitrary data
      into files. This data is application dependent.
      Siehe auch:
    • TAG_APPLICATION_NAME

      static final String TAG_APPLICATION_NAME
      Name of the application used to create the media (string)
      Siehe auch:
    • TAG_ARTIST

      static final String 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'
      Siehe auch:
    • TAG_ARTIST_SORTNAME

      static final String 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'
      Siehe auch:
    • TAG_ATTACHMENT

      static final String TAG_ATTACHMENT
      generic file attachment (sample) (sample taglist should specify the content
      type and if possible set "filename" to the file name of the
      attachment)
      Siehe auch:
    • TAG_AUDIO_CODEC

      static final String TAG_AUDIO_CODEC
      codec the audio data is stored in (string)
      Siehe auch:
    • TAG_BEATS_PER_MINUTE

      static final String TAG_BEATS_PER_MINUTE
      number of beats per minute in audio (double)
      Siehe auch:
    • TAG_BITRATE

      static final String TAG_BITRATE
      exact or average bitrate in bits/s (unsigned integer)
      Siehe auch:
    • TAG_CODEC

      static final String TAG_CODEC
      codec the data is stored in (string)
      Siehe auch:
    • TAG_COMMENT

      static final String TAG_COMMENT
      free text commenting the data (string)
      Siehe auch:
    • TAG_COMPOSER

      static final String TAG_COMPOSER
      person(s) who composed the recording (string)
      Siehe auch:
    • TAG_COMPOSER_SORTNAME

      static final String TAG_COMPOSER_SORTNAME
      The composer's name, used for sorting (string)
      Siehe auch:
    • TAG_CONDUCTOR

      static final String TAG_CONDUCTOR
      conductor/performer refinement (string)
      Siehe auch:
    • TAG_CONTACT

      static final String TAG_CONTACT
      contact information (string)
      Siehe auch:
    • TAG_CONTAINER_FORMAT

      static final String TAG_CONTAINER_FORMAT
      container format the data is stored in (string)
      Siehe auch:
    • TAG_CONTAINER_SPECIFIC_TRACK_ID

      static final String TAG_CONTAINER_SPECIFIC_TRACK_ID
      Unique identifier for the audio, video or text track this tag is associated
      with. The mappings for several container formats are defined in the [Sourcing
      In-band Media Resource Tracks from Media Containers into HTML
      specification](https://dev.w3.org/html5/html-sourcing-inband-tracks/).
      Siehe auch:
    • TAG_DATE

      static final String TAG_DATE
      date the data was created (#GDate structure)
      Siehe auch:
    • TAG_DATE_TIME

      static final String TAG_DATE_TIME
      date and time the data was created (#GstDateTime structure)
      Siehe auch:
    • TAG_DESCRIPTION

      static final String TAG_DESCRIPTION
      short text describing the content of the data (string)
      Siehe auch:
    • TAG_DEVICE_MANUFACTURER

      static final String TAG_DEVICE_MANUFACTURER
      Manufacturer of the device used to create the media (string)
      Siehe auch:
    • TAG_DEVICE_MODEL

      static final String TAG_DEVICE_MODEL
      Model of the device used to create the media (string)
      Siehe auch:
    • TAG_DURATION

      static final String TAG_DURATION
      length in GStreamer time units (nanoseconds) (unsigned 64-bit integer)
      Siehe auch:
    • TAG_ENCODED_BY

      static final String TAG_ENCODED_BY
      name of the person or organisation that encoded the file. May contain a
      copyright message if the person or organisation also holds the copyright
      (string)

      Note: do not use this field to describe the encoding application. Use
      #GST_TAG_APPLICATION_NAME or #GST_TAG_COMMENT for that.
      Siehe auch:
    • TAG_ENCODER

      static final String TAG_ENCODER
      encoder used to encode this stream (string)
      Siehe auch:
    • TAG_ENCODER_VERSION

      static final String TAG_ENCODER_VERSION
      version of the encoder used to encode this stream (unsigned integer)
      Siehe auch:
    • TAG_EXTENDED_COMMENT

      static final String 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.
      Siehe auch:
    • TAG_GENRE

      static final String TAG_GENRE
      genre this data belongs to (string)
      Siehe auch:
    • TAG_GEO_LOCATION_CAPTURE_DIRECTION

      static final String TAG_GEO_LOCATION_CAPTURE_DIRECTION
      Indicates the direction the device is pointing to when capturing
      a media. It is represented as degrees in floating point representation,
      0 means the geographic north, and increases clockwise (double from 0 to 360)

      See also #GST_TAG_GEO_LOCATION_MOVEMENT_DIRECTION
      Siehe auch:
    • TAG_GEO_LOCATION_CITY

      static final String TAG_GEO_LOCATION_CITY
      The city (english name) where the media has been produced (string).
      Siehe auch:
    • TAG_GEO_LOCATION_COUNTRY

      static final String TAG_GEO_LOCATION_COUNTRY
      The country (english name) where the media has been produced (string).
      Siehe auch:
    • TAG_GEO_LOCATION_ELEVATION

      static final String TAG_GEO_LOCATION_ELEVATION
      geo elevation of where the media has been recorded or produced in meters
      according to WGS84 (zero is average sea level) (double).
      Siehe auch:
    • TAG_GEO_LOCATION_HORIZONTAL_ERROR

      static final String TAG_GEO_LOCATION_HORIZONTAL_ERROR
      Represents the expected error on the horizontal positioning in
      meters (double).
      Siehe auch:
    • TAG_GEO_LOCATION_LATITUDE

      static final String TAG_GEO_LOCATION_LATITUDE
      geo latitude location of where the media has been recorded or produced in
      degrees according to WGS84 (zero at the equator, negative values for southern
      latitudes) (double).
      Siehe auch:
    • TAG_GEO_LOCATION_LONGITUDE

      static final String TAG_GEO_LOCATION_LONGITUDE
      geo longitude location of where the media has been recorded or produced in
      degrees according to WGS84 (zero at the prime meridian in Greenwich/UK,
      negative values for western longitudes). (double).
      Siehe auch:
    • TAG_GEO_LOCATION_MOVEMENT_DIRECTION

      static final String TAG_GEO_LOCATION_MOVEMENT_DIRECTION
      Indicates the movement direction of the device performing the capture
      of a media. It is represented as degrees in floating point representation,
      0 means the geographic north, and increases clockwise (double from 0 to 360)

      See also #GST_TAG_GEO_LOCATION_CAPTURE_DIRECTION
      Siehe auch:
    • TAG_GEO_LOCATION_MOVEMENT_SPEED

      static final String TAG_GEO_LOCATION_MOVEMENT_SPEED
      Speed of the capturing device when performing the capture.
      Represented in m/s. (double)

      See also #GST_TAG_GEO_LOCATION_MOVEMENT_DIRECTION
      Siehe auch:
    • TAG_GEO_LOCATION_NAME

      static final String TAG_GEO_LOCATION_NAME
      human readable descriptive location of where the media has been recorded or
      produced. (string).
      Siehe auch:
    • TAG_GEO_LOCATION_SUBLOCATION

      static final String TAG_GEO_LOCATION_SUBLOCATION
      A location 'smaller' than GST_TAG_GEO_LOCATION_CITY that specifies better
      where the media has been produced. (e.g. the neighborhood) (string).

      This tag has been added as this is how it is handled/named in XMP's
      Iptc4xmpcore schema.
      Siehe auch:
    • TAG_GROUPING

      static final String TAG_GROUPING
      Groups together media that are related and spans multiple tracks. An
      example are multiple pieces of a concerto. (string)
      Siehe auch:
    • TAG_HOMEPAGE

      static final String TAG_HOMEPAGE
      Homepage for this media (i.e. artist or movie homepage) (string)
      Siehe auch:
    • TAG_IMAGE

      static final String TAG_IMAGE
      image (sample) (sample taglist should specify the content type and preferably
      also set "image-type" field as `GstTagImageType`)
      Siehe auch:
    • TAG_IMAGE_ORIENTATION

      static final String TAG_IMAGE_ORIENTATION
      Represents the 'Orientation' tag from EXIF. Defines how the image
      should be rotated and mirrored for display. (string)

      This tag has a predefined set of allowed values:
      "rotate-0"
      "rotate-90"
      "rotate-180"
      "rotate-270"
      "flip-rotate-0"
      "flip-rotate-90"
      "flip-rotate-180"
      "flip-rotate-270"

      The naming is adopted according to a possible transformation to perform
      on the image to fix its orientation, obviously equivalent operations will
      yield the same result.

      Rotations indicated by the values are in clockwise direction and
      'flip' means an horizontal mirroring.
      Siehe auch:
    • TAG_INTERPRETED_BY

      static final String TAG_INTERPRETED_BY
      Information about the people behind a remix and similar
      interpretations of another existing piece (string)
      Siehe auch:
    • TAG_ISRC

      static final String TAG_ISRC
      International Standard Recording Code - see http://www.ifpi.org/isrc/ (string)
      Siehe auch:
    • TAG_KEYWORDS

      static final String TAG_KEYWORDS
      comma separated keywords describing the content (string).
      Siehe auch:
    • TAG_LANGUAGE_CODE

      static final String TAG_LANGUAGE_CODE
      ISO-639-2 or ISO-639-1 code for the language the content is in (string)

      There is utility API in libgsttag in gst-plugins-base to obtain a translated
      language name from the language code: `gst_tag_get_language_name()`
      Siehe auch:
    • TAG_LANGUAGE_NAME

      static final String TAG_LANGUAGE_NAME
      Name of the language the content is in (string)

      Free-form name of the language the content is in, if a language code
      is not available. This tag should not be set in addition to a language
      code. It is undefined what language or locale the language name is in.
      Siehe auch:
    • TAG_LICENSE

      static final String TAG_LICENSE
      license of data (string)
      Siehe auch:
    • TAG_LICENSE_URI

      static final String TAG_LICENSE_URI
      URI to location where license details can be found (string)
      Siehe auch:
    • TAG_LOCATION

      static final String TAG_LOCATION
      Origin of media as a URI (location, where the original of the file or stream
      is hosted) (string)
      Siehe auch:
    • TAG_LYRICS

      static final String TAG_LYRICS
      The lyrics of the media (string)
      Siehe auch:
    • TAG_MAXIMUM_BITRATE

      static final String TAG_MAXIMUM_BITRATE
      maximum bitrate in bits/s (unsigned integer)
      Siehe auch:
    • TAG_MIDI_BASE_NOTE

      static final String TAG_MIDI_BASE_NOTE
      [Midi note number](http://en.wikipedia.org/wiki/Note#Note_designation_in_accordance_with_octave_name)
      of the audio track. This is useful for sample instruments and in particular
      for multi-samples.
      Siehe auch:
    • TAG_MINIMUM_BITRATE

      static final String TAG_MINIMUM_BITRATE
      minimum bitrate in bits/s (unsigned integer)
      Siehe auch:
    • TAG_NOMINAL_BITRATE

      static final String TAG_NOMINAL_BITRATE
      nominal bitrate in bits/s (unsigned integer). The actual bitrate might be
      different from this target bitrate.
      Siehe auch:
    • TAG_ORGANIZATION

      static final String TAG_ORGANIZATION
      organization (string)
      Siehe auch:
    • TAG_PERFORMER

      static final String TAG_PERFORMER
      person(s) performing (string)
      Siehe auch:
    • TAG_PREVIEW_IMAGE

      static final String TAG_PREVIEW_IMAGE
      image that is meant for preview purposes, e.g. small icon-sized version
      (sample) (sample taglist should specify the content type)
      Siehe auch:
    • TAG_PRIVATE_DATA

      static final String TAG_PRIVATE_DATA
      Any private data that may be contained in tags (sample).

      It is represented by #GstSample in which #GstBuffer contains the
      binary data and the sample's info #GstStructure may contain any
      extra information that identifies the origin or meaning of the data.

      Private frames in ID3v2 tags ('PRIV' frames) will be represented
      using this tag, in which case the GstStructure will be named
      "ID3PrivateFrame" and contain a field named "owner" of type string
      which contains the owner-identification string from the tag.
      Siehe auch:
    • TAG_PUBLISHER

      static final String TAG_PUBLISHER
      Name of the label or publisher (string)
      Siehe auch:
    • TAG_REFERENCE_LEVEL

      static final String TAG_REFERENCE_LEVEL
      reference level of track and album gain values (double)
      Siehe auch:
    • TAG_SERIAL

      static final String TAG_SERIAL
      serial number of track (unsigned integer)
      Siehe auch:
    • TAG_SHOW_EPISODE_NUMBER

      static final String TAG_SHOW_EPISODE_NUMBER
      Number of the episode within a season/show (unsigned integer)
      Siehe auch:
    • TAG_SHOW_NAME

      static final String TAG_SHOW_NAME
      Name of the show, used for displaying (string)
      Siehe auch:
    • TAG_SHOW_SEASON_NUMBER

      static final String TAG_SHOW_SEASON_NUMBER
      Number of the season of a show/series (unsigned integer)
      Siehe auch:
    • TAG_SHOW_SORTNAME

      static final String TAG_SHOW_SORTNAME
      Name of the show, used for sorting (string)
      Siehe auch:
    • TAG_SUBTITLE_CODEC

      static final String TAG_SUBTITLE_CODEC
      codec/format the subtitle data is stored in (string)
      Siehe auch:
    • TAG_TITLE

      static final String TAG_TITLE
      commonly used title (string)

      The title as it should be displayed, e.g. 'The Doll House'
      Siehe auch:
    • TAG_TITLE_SORTNAME

      static final String TAG_TITLE_SORTNAME
      commonly used title, as used for sorting (string)

      The title as it should be sorted, e.g. 'Doll House, The'
      Siehe auch:
    • TAG_TRACK_COUNT

      static final String TAG_TRACK_COUNT
      count of tracks inside collection this track belongs to (unsigned integer)
      Siehe auch:
    • TAG_TRACK_GAIN

      static final String TAG_TRACK_GAIN
      track gain in db (double)
      Siehe auch:
    • TAG_TRACK_NUMBER

      static final String TAG_TRACK_NUMBER
      track number inside a collection (unsigned integer)
      Siehe auch:
    • TAG_TRACK_PEAK

      static final String TAG_TRACK_PEAK
      peak of the track (double)
      Siehe auch:
    • TAG_USER_RATING

      static final String TAG_USER_RATING
      Rating attributed by a person (likely the application user).
      The higher the value, the more the user likes this media
      (unsigned int from 0 to 100)
      Siehe auch:
    • TAG_VERSION

      static final String TAG_VERSION
      version of this data (string)
      Siehe auch:
    • TAG_VIDEO_CODEC

      static final String TAG_VIDEO_CODEC
      codec the video data is stored in (string)
      Siehe auch:
    • TIMEP_FORMAT

      static final String TIMEP_FORMAT
      printf format type used to debug GStreamer ClockTime pointers. You can use
      this in combination with GStreamer's debug logging system as well as the
      functions gst_info_vasprintf(), gst_info_strdup_vprintf() and
      gst_info_strdup_printf() to pretty-print #GstClockTime pointers. This can
      only be used on pointers to GstClockTime values.
      Siehe auch:
    • TIME_FORMAT

      static final String TIME_FORMAT
      A string that can be used in printf-like format strings to display a
      #GstClockTime value in `h:m:s` format. Use GST_TIME_ARGS() to construct
      the matching arguments.

      Example:

      ``` C
      printf("%" GST_TIME_FORMAT "\n", GST_TIME_ARGS(ts));
      ```
      Siehe auch:
    • TOC_REPEAT_COUNT_INFINITE

      static final int TOC_REPEAT_COUNT_INFINITE
      Special value for the repeat_count set in gst_toc_entry_set_loop() or
      returned by gst_toc_entry_set_loop() to indicate infinite looping.
      Siehe auch:
    • URI_NO_PORT

      static final int URI_NO_PORT
      Value for #GstUri<!-- -->.port to indicate no port number.
      Siehe auch:
    • VALUE_EQUAL

      static final int VALUE_EQUAL
      Indicates that the first value provided to a comparison function
      (gst_value_compare()) is equal to the second one.
      Siehe auch:
    • VALUE_GREATER_THAN

      static final int VALUE_GREATER_THAN
      Indicates that the first value provided to a comparison function
      (gst_value_compare()) is greater than the second one.
      Siehe auch:
    • VALUE_LESS_THAN

      static final int VALUE_LESS_THAN
      Indicates that the first value provided to a comparison function
      (gst_value_compare()) is lesser than the second one.
      Siehe auch:
    • VALUE_UNORDERED

      static final int VALUE_UNORDERED
      Indicates that the comparison function (gst_value_compare()) can not
      determine a order for the two provided values.
      Siehe auch:
    • VERSION_MAJOR

      static final int VERSION_MAJOR
      The major version of GStreamer at compile time:
      Siehe auch:
    • VERSION_MICRO

      static final int VERSION_MICRO
      The micro version of GStreamer at compile time:
      Siehe auch:
    • VERSION_MINOR

      static final int VERSION_MINOR
      The minor version of GStreamer at compile time:
      Siehe auch:
    • VERSION_NANO

      static final int VERSION_NANO
      The nano version of GStreamer at compile time:
      Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
      Siehe auch: