gi-gst-1.0.20: GStreamer bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Gst.Constants

Description

 
Synopsis

Documentation

pattern VERSION_NANO :: Int32 Source #

The nano version of GStreamer at compile time: Actual releases have 0, GIT versions have 1, prerelease versions have 2-...

pattern VERSION_MINOR :: Int32 Source #

The minor version of GStreamer at compile time:

pattern VERSION_MICRO :: Int32 Source #

The micro version of GStreamer at compile time:

pattern VERSION_MAJOR :: Int32 Source #

The major version of GStreamer at compile time:

pattern VALUE_UNORDERED :: Int32 Source #

Indicates that the comparison function (valueCompare) can not determine a order for the two provided values.

pattern VALUE_LESS_THAN :: Int32 Source #

Indicates that the first value provided to a comparison function (valueCompare) is lesser than the second one.

pattern VALUE_GREATER_THAN :: Int32 Source #

Indicates that the first value provided to a comparison function (valueCompare) is greater than the second one.

pattern VALUE_EQUAL :: Int32 Source #

Indicates that the first value provided to a comparison function (valueCompare) is equal to the second one.

pattern USECOND :: Int64 Source #

Constant that defines one GStreamer microsecond.

pattern URI_NO_PORT :: Int32 Source #

Value for Uri<!-- -->.port to indicate no port number.

pattern TOC_REPEAT_COUNT_INFINITE :: Int32 Source #

Special value for the repeat_count set in tocEntrySetLoop or returned by tocEntrySetLoop to indicate infinite looping.

Since: 1.4

pattern TAG_VIDEO_CODEC :: Text Source #

codec the video data is stored in (string)

pattern TAG_VERSION :: Text Source #

version of this data (string)

pattern TAG_USER_RATING :: Text Source #

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)

pattern TAG_TRACK_PEAK :: Text Source #

peak of the track (double)

pattern TAG_TRACK_NUMBER :: Text Source #

track number inside a collection (unsigned integer)

pattern TAG_TRACK_GAIN :: Text Source #

track gain in db (double)

pattern TAG_TRACK_COUNT :: Text Source #

count of tracks inside collection this track belongs to (unsigned integer)

pattern TAG_TITLE_SORTNAME :: Text Source #

commonly used title, as used for sorting (string)

The title as it should be sorted, e.g. 'Doll House, The'

pattern TAG_TITLE :: Text Source #

commonly used title (string)

The title as it should be displayed, e.g. 'The Doll House'

pattern TAG_SUBTITLE_CODEC :: Text Source #

codec/format the subtitle data is stored in (string)

pattern TAG_SHOW_SORTNAME :: Text Source #

Name of the show, used for sorting (string)

pattern TAG_SHOW_SEASON_NUMBER :: Text Source #

Number of the season of a show/series (unsigned integer)

pattern TAG_SHOW_NAME :: Text Source #

Name of the show, used for displaying (string)

pattern TAG_SHOW_EPISODE_NUMBER :: Text Source #

Number of the episode within a season/show (unsigned integer)

pattern TAG_SERIAL :: Text Source #

serial number of track (unsigned integer)

pattern TAG_REFERENCE_LEVEL :: Text Source #

reference level of track and album gain values (double)

pattern TAG_PUBLISHER :: Text Source #

Name of the label or publisher (string)

Since: 1.2

pattern TAG_PRIVATE_DATA :: Text Source #

Any private data that may be contained in tags (sample).

It is represented by Sample in which Buffer contains the binary data and the sample's info Structure 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.

Since: 1.8

pattern TAG_PREVIEW_IMAGE :: Text Source #

image that is meant for preview purposes, e.g. small icon-sized version (sample) (sample taglist should specify the content type)

pattern TAG_PERFORMER :: Text Source #

person(s) performing (string)

pattern TAG_ORGANIZATION :: Text Source #

organization (string)

pattern TAG_NOMINAL_BITRATE :: Text Source #

nominal bitrate in bits/s (unsigned integer). The actual bitrate might be different from this target bitrate.

pattern TAG_MINIMUM_BITRATE :: Text Source #

minimum bitrate in bits/s (unsigned integer)

pattern TAG_MIDI_BASE_NOTE :: Text Source #

<ulink url="http://en.wikipedia.org/wiki/NoteNote_designation_in_accordance_with_octave_name">Midi note number</ulink> of the audio track. This is useful for sample instruments and in particular for multi-samples.

Since: 1.4

pattern TAG_MAXIMUM_BITRATE :: Text Source #

maximum bitrate in bits/s (unsigned integer)

pattern TAG_LYRICS :: Text Source #

The lyrics of the media (string)

pattern TAG_LOCATION :: Text Source #

Origin of media as a URI (location, where the original of the file or stream is hosted) (string)

pattern TAG_LICENSE_URI :: Text Source #

URI to location where license details can be found (string)

pattern TAG_LICENSE :: Text Source #

license of data (string)

pattern TAG_LANGUAGE_NAME :: Text Source #

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.

pattern TAG_LANGUAGE_CODE :: Text Source #

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()

pattern TAG_KEYWORDS :: Text Source #

comma separated keywords describing the content (string).

pattern TAG_ISRC :: Text Source #

International Standard Recording Code - see http://www.ifpi.org/isrc/ (string)

pattern TAG_INTERPRETED_BY :: Text Source #

Information about the people behind a remix and similar interpretations of another existing piece (string)

Since: 1.2

pattern TAG_IMAGE_ORIENTATION :: Text Source #

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.

pattern TAG_IMAGE :: Text Source #

image (sample) (sample taglist should specify the content type and preferably also set "image-type" field as GstTagImageType)

pattern TAG_HOMEPAGE :: Text Source #

Homepage for this media (i.e. artist or movie homepage) (string)

pattern TAG_GROUPING :: Text Source #

Groups together media that are related and spans multiple tracks. An example are multiple pieces of a concerto. (string)

pattern TAG_GEO_LOCATION_SUBLOCATION :: Text Source #

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.

pattern TAG_GEO_LOCATION_NAME :: Text Source #

human readable descriptive location of where the media has been recorded or produced. (string).

pattern TAG_GEO_LOCATION_MOVEMENT_SPEED :: Text Source #

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

See also TAG_GEO_LOCATION_MOVEMENT_DIRECTION

pattern TAG_GEO_LOCATION_MOVEMENT_DIRECTION :: Text Source #

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 TAG_GEO_LOCATION_CAPTURE_DIRECTION

pattern TAG_GEO_LOCATION_LONGITUDE :: Text Source #

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).

pattern TAG_GEO_LOCATION_LATITUDE :: Text Source #

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).

pattern TAG_GEO_LOCATION_HORIZONTAL_ERROR :: Text Source #

Represents the expected error on the horizontal positioning in meters (double).

pattern TAG_GEO_LOCATION_ELEVATION :: Text Source #

geo elevation of where the media has been recorded or produced in meters according to WGS84 (zero is average sea level) (double).

pattern TAG_GEO_LOCATION_COUNTRY :: Text Source #

The country (english name) where the media has been produced (string).

pattern TAG_GEO_LOCATION_CITY :: Text Source #

The city (english name) where the media has been produced (string).

pattern TAG_GEO_LOCATION_CAPTURE_DIRECTION :: Text Source #

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 TAG_GEO_LOCATION_MOVEMENT_DIRECTION

pattern TAG_GENRE :: Text Source #

genre this data belongs to (string)

pattern TAG_EXTENDED_COMMENT :: Text Source #

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.

pattern TAG_ENCODER_VERSION :: Text Source #

version of the encoder used to encode this stream (unsigned integer)

pattern TAG_ENCODER :: Text Source #

encoder used to encode this stream (string)

pattern TAG_ENCODED_BY :: Text Source #

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 TAG_APPLICATION_NAME or TAG_COMMENT for that.

pattern TAG_DURATION :: Text Source #

length in GStreamer time units (nanoseconds) (unsigned 64-bit integer)

pattern TAG_DEVICE_MODEL :: Text Source #

Model of the device used to create the media (string)

pattern TAG_DEVICE_MANUFACTURER :: Text Source #

Manufacturer of the device used to create the media (string)

pattern TAG_DESCRIPTION :: Text Source #

short text describing the content of the data (string)

pattern TAG_DATE_TIME :: Text Source #

date and time the data was created (DateTime structure)

pattern TAG_DATE :: Text Source #

date the data was created (Date structure)

pattern TAG_COPYRIGHT_URI :: Text Source #

URI to location where copyright details can be found (string)

pattern TAG_COPYRIGHT :: Text Source #

copyright notice of the data (string)

pattern TAG_CONTAINER_FORMAT :: Text Source #

container format the data is stored in (string)

pattern TAG_CONTACT :: Text Source #

contact information (string)

pattern TAG_CONDUCTOR :: Text Source #

conductor/performer refinement (string)

Since: 1.8

pattern TAG_COMPOSER_SORTNAME :: Text Source #

The composer's name, used for sorting (string)

pattern TAG_COMPOSER :: Text Source #

person(s) who composed the recording (string)

pattern TAG_COMMENT :: Text Source #

free text commenting the data (string)

pattern TAG_CODEC :: Text Source #

codec the data is stored in (string)

pattern TAG_BITRATE :: Text Source #

exact or average bitrate in bits/s (unsigned integer)

pattern TAG_BEATS_PER_MINUTE :: Text Source #

number of beats per minute in audio (double)

pattern TAG_AUDIO_CODEC :: Text Source #

codec the audio data is stored in (string)

pattern TAG_ATTACHMENT :: Text Source #

generic file attachment (sample) (sample taglist should specify the content type and if possible set "filename" to the file name of the attachment)

pattern TAG_ARTIST_SORTNAME :: Text Source #

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'

pattern TAG_ARTIST :: Text Source #

person(s) responsible for the recording (string)

The artist name as it should be displayed, e.g. 'Jimi Hendrix' or 'The Guitar Heroes'

pattern TAG_APPLICATION_NAME :: Text Source #

Name of the application used to create the media (string)

pattern TAG_APPLICATION_DATA :: Text Source #

Arbitrary application data (sample)

Some formats allow applications to add their own arbitrary data into files. This data is application dependent.

pattern TAG_ALBUM_VOLUME_NUMBER :: Text Source #

disc number inside a collection (unsigned integer)

pattern TAG_ALBUM_VOLUME_COUNT :: Text Source #

count of discs inside collection this disc belongs to (unsigned integer)

pattern TAG_ALBUM_SORTNAME :: Text Source #

album containing this data, as used for sorting (string)

The album name as it should be sorted, e.g. 'Jazz Guitar, The'

pattern TAG_ALBUM_PEAK :: Text Source #

peak of the album (double)

pattern TAG_ALBUM_GAIN :: Text Source #

album gain in db (double)

pattern TAG_ALBUM_ARTIST_SORTNAME :: Text Source #

The artist of the entire album, as it should be sorted.

pattern TAG_ALBUM_ARTIST :: Text Source #

The artist of the entire album, as it should be displayed.

pattern TAG_ALBUM :: Text Source #

album containing this data (string)

The album name as it should be displayed, e.g. 'The Jazz Guitar'

pattern SEQNUM_INVALID :: Int32 Source #

A value which is guaranteed to never be returned by utilSeqnumNext.

Can be used as a default value in variables used to store seqnum.

Since: 1.14

pattern SECOND :: Int64 Source #

Constant that defines one GStreamer second.

pattern QUERY_TYPE_BOTH :: [QueryTypeFlags] Source #

The same thing as GST_QUERY_TYPE_UPSTREAM | GST_QUERY_TYPE_DOWNSTREAM.

pattern QUERY_NUM_SHIFT :: Int32 Source #

No description available in the introspection data.

pattern PROTECTION_UNSPECIFIED_SYSTEM_ID :: Text Source #

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.

Since: 1.16

pattern PROTECTION_SYSTEM_ID_CAPS_FIELD :: Text Source #

The field name in a GstCaps that is used to signal the UUID of the protection system.

Since: 1.6

pattern PARAM_USER_SHIFT :: Int32 Source #

Bits based on GST_PARAM_USER_SHIFT can be used by 3rd party applications.

pattern PARAM_MUTABLE_READY :: Int32 Source #

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.

pattern PARAM_MUTABLE_PLAYING :: Int32 Source #

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.

pattern PARAM_MUTABLE_PAUSED :: Int32 Source #

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.

pattern PARAM_CONTROLLABLE :: Int32 Source #

Use this flag on GObject properties to signal they can make sense to be. controlled over time. This hint is used by the GstController.

pattern NSECOND :: Int64 Source #

Constant that defines one GStreamer nanosecond

pattern MSECOND :: Int64 Source #

Constant that defines one GStreamer millisecond.

pattern META_TAG_MEMORY_STR :: Text Source #

This metadata stays relevant as long as memory layout is unchanged.

Since: 1.2

pattern MAP_READWRITE :: [MapFlags] Source #

GstMapFlags value alias for GST_MAP_READ | GST_MAP_WRITE

pattern LOCK_FLAG_READWRITE :: [LockFlags] Source #

GstLockFlags value alias for GST_LOCK_FLAG_READ | GST_LOCK_FLAG_WRITE

pattern LICENSE_UNKNOWN :: Text Source #

To be used in GST_PLUGIN_DEFINE if unsure about the licence.

pattern GROUP_ID_INVALID :: Int32 Source #

A value which is guaranteed to never be returned by utilGroupIdNext.

Can be used as a default value in variables used to store group_id.

Since: 1.14

pattern FORMAT_PERCENT_SCALE :: Int64 Source #

The value used to scale down the reported PERCENT format value to its real value.

pattern FORMAT_PERCENT_MAX :: Int64 Source #

The PERCENT format is between 0 and this value

pattern FLAG_SET_MASK_EXACT :: Word32 Source #

A mask value with all bits set, for use as a GstFlagSet mask where all flag bits must match exactly

Since: 1.6

pattern EVENT_TYPE_BOTH :: [EventTypeFlags] Source #

The same thing as GST_EVENT_TYPE_UPSTREAM | GST_EVENT_TYPE_DOWNSTREAM.

pattern EVENT_NUM_SHIFT :: Int32 Source #

No description available in the introspection data.

pattern ELEMENT_METADATA_LONGNAME :: Text Source #

The long English name of the element. E.g. "File Sink"

pattern ELEMENT_METADATA_KLASS :: Text Source #

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"

pattern ELEMENT_METADATA_ICON_NAME :: Text Source #

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.

pattern ELEMENT_METADATA_DOC_URI :: Text Source #

Set uri pointing to user documentation. Applications can use this to show help for e.g. effects to users.

pattern ELEMENT_METADATA_DESCRIPTION :: Text Source #

Sentence describing the purpose of the element. E.g: "Write stream to a file"

pattern ELEMENT_METADATA_AUTHOR :: Text Source #

Name and contact details of the author(s). Use \n to separate multiple author details. E.g: "Joe Bloggs &lt;joe.blogs at foo.com&gt;"

pattern ELEMENT_FACTORY_TYPE_VIDEO_ENCODER :: Word64 Source #

All encoders handling video or image media types

pattern ELEMENT_FACTORY_TYPE_SRC :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_SINK :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_PAYLOADER :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_PARSER :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_MUXER :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_MEDIA_VIDEO :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_MEDIA_METADATA :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_MEDIA_IMAGE :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_MEDIA_AUDIO :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_MEDIA_ANY :: Word64 Source #

Elements matching any of the defined GST_ELEMENT_FACTORY_TYPE_MEDIA types

Note: Do not use this if you wish to not filter against any of the defined media types. If you wish to do this, simply don't specify any GST_ELEMENT_FACTORY_TYPE_MEDIA flag.

pattern ELEMENT_FACTORY_TYPE_MAX_ELEMENTS :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_FORMATTER :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_ENCRYPTOR :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_ENCODER :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_DEPAYLOADER :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_DEMUXER :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_DECRYPTOR :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_DECODER :: Word64 Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_TYPE_DECODABLE :: Word64 Source #

All elements used to 'decode' streams (decoders, demuxers, parsers, depayloaders)

pattern ELEMENT_FACTORY_TYPE_AUDIO_ENCODER :: Word64 Source #

All encoders handling audio media types

pattern ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS :: Word64 Source #

All sinks handling audio, video or image media types

pattern ELEMENT_FACTORY_TYPE_ANY :: Word64 Source #

Elements of any of the defined GST_ELEMENT_FACTORY_LIST types

pattern ELEMENT_FACTORY_KLASS_SRC :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_SINK :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_PAYLOADER :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_PARSER :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_MUXER :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_MEDIA_VIDEO :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_MEDIA_METADATA :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_MEDIA_IMAGE :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_MEDIA_AUDIO :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_HARDWARE :: Text Source #

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.

Since: 1.16

pattern ELEMENT_FACTORY_KLASS_FORMATTER :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_ENCRYPTOR :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_ENCODER :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_DEPAYLOADER :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_DEMUXER :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_DECRYPTOR :: Text Source #

No description available in the introspection data.

pattern ELEMENT_FACTORY_KLASS_DECODER :: Text Source #

No description available in the introspection data.

pattern DEBUG_FORMAT_MASK :: Int32 Source #

No description available in the introspection data.

pattern DEBUG_FG_MASK :: Int32 Source #

No description available in the introspection data.

pattern DEBUG_BG_MASK :: Int32 Source #

No description available in the introspection data.

pattern CLOCK_TIME_NONE :: Word64 Source #

Constant to define an undefined clock time.

pattern CAPS_FEATURE_MEMORY_SYSTEM_MEMORY :: Text Source #

No description available in the introspection data.

pattern CAN_INLINE :: Int32 Source #

No description available in the introspection data.

pattern BUFFER_OFFSET_NONE :: Word64 Source #

Constant for no-offset return results.

pattern BUFFER_COPY_METADATA :: [BufferCopyFlags] Source #

Combination of all possible metadata fields that can be copied with bufferCopyInto.

pattern BUFFER_COPY_ALL :: [BufferCopyFlags] Source #

Combination of all possible fields that can be copied with bufferCopyInto.

pattern ALLOCATOR_SYSMEM :: Text Source #

The allocator name for the default system memory allocator