| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.GES.Flags
Description
Synopsis
- data MarkerFlags
- data MetaFlag
- data PipelineFlags
- data TrackType
Flags
MarkerFlags
data MarkerFlags Source #
No description available in the introspection data.
Since: 1.20
Constructors
| MarkerFlagsNone | Marker does not serve any special purpose. |
| MarkerFlagsSnappable | Marker can be a snapping target. |
| AnotherMarkerFlags Int | Catch-all for unknown values |
Instances
MetaFlag
No description available in the introspection data.
Constructors
| MetaFlagReadable | The metadata is readable |
| MetaFlagWritable | The metadata is writable |
| MetaFlagReadwrite | The metadata is readable and writable |
| AnotherMetaFlag Int | Catch-all for unknown values |
Instances
| Enum MetaFlag Source # | |
| Show MetaFlag Source # | |
| Eq MetaFlag Source # | |
| Ord MetaFlag Source # | |
Defined in GI.GES.Flags | |
| BoxedFlags MetaFlag Source # | |
Defined in GI.GES.Flags | |
| IsGFlag MetaFlag Source # | |
Defined in GI.GES.Flags | |
| TypedObject MetaFlag Source # | |
Defined in GI.GES.Flags | |
| HasParentTypes MetaFlag Source # | |
Defined in GI.GES.Flags | |
| type ParentTypes MetaFlag Source # | |
Defined in GI.GES.Flags | |
PipelineFlags
data PipelineFlags Source #
The various modes a Pipeline can be configured to.
Constructors
| PipelineFlagsAudioPreview | Output the Pipeline:timeline's audio to the soundcard |
| PipelineFlagsVideoPreview | Output the Pipeline:timeline's video to the screen |
| PipelineFlagsFullPreview | Output both the Pipeline:timeline's audio and video to the soundcard and screen (default) |
| PipelineFlagsRender | Render the Pipeline:timeline with
forced decoding (the underlying |
| PipelineFlagsSmartRender | Render the Pipeline:timeline,
avoiding decoding/reencoding (the underlying |
| AnotherPipelineFlags Int | Catch-all for unknown values |
Instances
TrackType
Types of content handled by a track. If the content is not one of
gESTRACKTYPEAUDIO, gESTRACKTYPEVIDEO or gESTRACKTYPETEXT,
the user of the Track must set the type to gESTRACKTYPECUSTOM.
gESTRACKTYPEUNKNOWN is for internal purposes and should not be used
by users
Constructors
| TrackTypeUnknown | A track of unknown type (i.e. invalid) |
| TrackTypeAudio | An audio track |
| TrackTypeVideo | A video track |
| TrackTypeText | A text (subtitle) track |
| TrackTypeCustom | A custom-content track |
| AnotherTrackType Int | Catch-all for unknown values |
Instances
| Enum TrackType Source # | |
Defined in GI.GES.Flags Methods succ :: TrackType -> TrackType # pred :: TrackType -> TrackType # fromEnum :: TrackType -> Int # enumFrom :: TrackType -> [TrackType] # enumFromThen :: TrackType -> TrackType -> [TrackType] # enumFromTo :: TrackType -> TrackType -> [TrackType] # enumFromThenTo :: TrackType -> TrackType -> TrackType -> [TrackType] # | |
| Show TrackType Source # | |
| Eq TrackType Source # | |
| Ord TrackType Source # | |
| BoxedFlags TrackType Source # | |
Defined in GI.GES.Flags | |
| IsGFlag TrackType Source # | |
Defined in GI.GES.Flags | |
| TypedObject TrackType Source # | |
Defined in GI.GES.Flags | |
| HasParentTypes TrackType Source # | |
Defined in GI.GES.Flags | |
| type ParentTypes TrackType Source # | |
Defined in GI.GES.Flags | |