gi-gstpbutils-1.0.21: GStreamer Plugins Base Utils bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GstPbutils.Constants

Description

 
Synopsis

Documentation

pattern PLUGINS_BASE_VERSION_NANO :: Int32 Source #

The nano version of GStreamer's gst-plugins-base libraries at compile time. Actual releases have 0, GIT versions have 1, prerelease versions have 2-...

pattern PLUGINS_BASE_VERSION_MINOR :: Int32 Source #

The minor version of GStreamer's gst-plugins-base libraries at compile time.

pattern PLUGINS_BASE_VERSION_MICRO :: Int32 Source #

The micro version of GStreamer's gst-plugins-base libraries at compile time.

pattern PLUGINS_BASE_VERSION_MAJOR :: Int32 Source #

The major version of GStreamer's gst-plugins-base libraries at compile time.

pattern ENCODING_CATEGORY_STORAGE_EDITING :: Text Source #

EncodingTarget category for storage, archiving and editing targets. Those targets can be lossless and/or provide very fast random access content. The name of the target will usually be the container type or editing target, and that target will contain GstEncodingProfiles suitable for editing or storage.

pattern ENCODING_CATEGORY_ONLINE_SERVICE :: Text Source #

EncodingTarget category for online-services. The name of the target will usually be the name of the online service and that target will contain GstEncodingProfiles suitable for that online service.

pattern ENCODING_CATEGORY_FILE_EXTENSION :: Text Source #

EncodingTarget category for file extensions. The name of the target will be the name of the file extensions possible for a particular target. Those targets are defining like 'default' formats usually used for a particular file extension.

pattern ENCODING_CATEGORY_DEVICE :: Text Source #

EncodingTarget category for device-specific targets. The name of the target will usually be the constructor and model of the device, and that target will contain GstEncodingProfiles suitable for that device.

pattern ENCODING_CATEGORY_CAPTURE :: Text Source #

EncodingTarget category for recording and capture. Targets within this category are optimized for low latency encoding.