gi-gstvideo-1.0.24: GStreamerVideo bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GstVideo.Flags

Description

 
Synopsis

Flags

VideoBufferFlags

data VideoBufferFlags Source #

Additional video buffer flags. These flags can potentially be used on any buffers carrying closed caption data, or video data - even encoded data.

Note that these are only valid for Caps of type: video/... and caption/... They can conflict with other extended buffer flags.

Constructors

VideoBufferFlagsInterlaced

If the Buffer is interlaced. In mixed interlace-mode, this flags specifies if the frame is interlaced or progressive.

VideoBufferFlagsTff

If the Buffer is interlaced, then the first field in the video frame is the top field. If unset, the bottom field is first.

VideoBufferFlagsRff

If the Buffer is interlaced, then the first field (as defined by the VideoBufferFlagsTff flag setting) is repeated.

VideoBufferFlagsOnefield

If the Buffer is interlaced, then only the first field (as defined by the VideoBufferFlagsTff flag setting) is to be displayed (Since: 1.16).

VideoBufferFlagsMultipleView

The Buffer contains one or more specific views, such as left or right eye view. This flags is set on any buffer that contains non-mono content - even for streams that contain only a single viewpoint. In mixed mono / non-mono streams, the absence of the flag marks mono buffers.

VideoBufferFlagsFirstInBundle

When conveying stereo/multiview content with frame-by-frame methods, this flag marks the first buffer in a bundle of frames that belong together.

VideoBufferFlagsTopField

The video frame has the top field only. This is the same as GST_VIDEO_BUFFER_FLAG_TFF | GST_VIDEO_BUFFER_FLAG_ONEFIELD (Since: 1.16). Use GST_VIDEO_BUFFER_IS_TOP_FIELD() to check for this flag.

VideoBufferFlagsBottomField

The video frame has the bottom field only. This is the same as GST_VIDEO_BUFFER_FLAG_ONEFIELD (GST_VIDEO_BUFFER_FLAG_TFF flag unset) (Since: 1.16). Use GST_VIDEO_BUFFER_IS_BOTTOM_FIELD() to check for this flag.

VideoBufferFlagsMarker

The Buffer contains the end of a video field or frame boundary such as the last subframe or packet (Since: 1.18).

VideoBufferFlagsLast

Offset to define more flags

AnotherVideoBufferFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoBufferFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoBufferFlags = '[] :: [Type]

VideoChromaFlags

data VideoChromaFlags Source #

Extra flags that influence the result from gst_video_chroma_resample_new().

Constructors

VideoChromaFlagsNone

no flags

VideoChromaFlagsInterlaced

the input is interlaced

AnotherVideoChromaFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoChromaFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoChromaFlags = '[] :: [Type]

VideoChromaSite

data VideoChromaSite Source #

Various Chroma sitings.

Constructors

VideoChromaSiteUnknown

unknown cositing

VideoChromaSiteNone

no cositing

VideoChromaSiteHCosited

chroma is horizontally cosited

VideoChromaSiteVCosited

chroma is vertically cosited

VideoChromaSiteAltLine

choma samples are sited on alternate lines

VideoChromaSiteCosited

chroma samples cosited with luma samples

VideoChromaSiteJpeg

jpeg style cositing, also for mpeg1 and mjpeg

VideoChromaSiteMpeg2

mpeg2 style cositing

VideoChromaSiteDv

DV style cositing

AnotherVideoChromaSite Int

Catch-all for unknown values

Instances

Instances details
Enum VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoChromaSite Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoChromaSite = '[] :: [Type]

VideoCodecFrameFlags

data VideoCodecFrameFlags Source #

Flags for VideoCodecFrame

Constructors

VideoCodecFrameFlagsDecodeOnly

is the frame only meant to be decoded

VideoCodecFrameFlagsSyncPoint

is the frame a synchronization point (keyframe)

VideoCodecFrameFlagsForceKeyframe

should the output frame be made a keyframe

VideoCodecFrameFlagsForceKeyframeHeaders

should the encoder output stream headers

AnotherVideoCodecFrameFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoCodecFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoCodecFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoCodecFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoCodecFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoCodecFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

VideoDitherFlags

data VideoDitherFlags Source #

Extra flags that influence the result from gst_video_chroma_resample_new().

Constructors

VideoDitherFlagsNone

no flags

VideoDitherFlagsInterlaced

the input is interlaced

VideoDitherFlagsQuantize

quantize values in addition to adding dither.

AnotherVideoDitherFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoDitherFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoDitherFlags = '[] :: [Type]

VideoFlags

data VideoFlags Source #

Extra video flags

Constructors

VideoFlagsNone

no flags

VideoFlagsVariableFps

a variable fps is selected, fps_n and fps_d denote the maximum fps of the video

VideoFlagsPremultipliedAlpha

Each color has been scaled by the alpha value.

AnotherVideoFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoFlags = '[] :: [Type]

VideoFormatFlags

data VideoFormatFlags Source #

The different video flags that a format info can have.

Constructors

VideoFormatFlagsYuv

The video format is YUV, components are numbered 0=Y, 1=U, 2=V.

VideoFormatFlagsRgb

The video format is RGB, components are numbered 0=R, 1=G, 2=B.

VideoFormatFlagsGray

The video is gray, there is one gray component with index 0.

VideoFormatFlagsAlpha

The video format has an alpha components with the number 3.

VideoFormatFlagsLe

The video format has data stored in little endianness.

VideoFormatFlagsPalette

The video format has a palette. The palette is stored in the second plane and indexes are stored in the first plane.

VideoFormatFlagsComplex

The video format has a complex layout that can't be described with the usual information in the VideoFormatInfo.

VideoFormatFlagsUnpack

This format can be used in a VideoFormatUnpack and VideoFormatPack function.

VideoFormatFlagsTiled

The format is tiled, there is tiling information in the last plane.

AnotherVideoFormatFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoFormatFlags = '[] :: [Type]

VideoFrameFlags

data VideoFrameFlags Source #

Extra video frame flags

Constructors

VideoFrameFlagsNone

no flags

VideoFrameFlagsInterlaced

The video frame is interlaced. In mixed interlace-mode, this flag specifies if the frame is interlaced or progressive.

VideoFrameFlagsTff

The video frame has the top field first

VideoFrameFlagsRff

The video frame has the repeat flag

VideoFrameFlagsOnefield

The video frame has one field

VideoFrameFlagsMultipleView

The video contains one or more non-mono views

VideoFrameFlagsFirstInBundle

The video frame is the first in a set of corresponding views provided as sequential frames.

VideoFrameFlagsTopField

The video frame has the top field only. This is the same as GST_VIDEO_FRAME_FLAG_TFF | GST_VIDEO_FRAME_FLAG_ONEFIELD (Since: 1.16).

VideoFrameFlagsBottomField

The video frame has the bottom field only. This is the same as GST_VIDEO_FRAME_FLAG_ONEFIELD (GST_VIDEO_FRAME_FLAG_TFF flag unset) (Since: 1.16).

AnotherVideoFrameFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoFrameFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoFrameFlags = '[] :: [Type]

VideoFrameMapFlags

data VideoFrameMapFlags Source #

Additional mapping flags for videoFrameMap.

Since: 1.6

Constructors

VideoFrameMapFlagsNoRef

Don't take another reference of the buffer and store it in the GstVideoFrame. This makes sure that the buffer stays writable while the frame is mapped, but requires that the buffer reference stays valid until the frame is unmapped again.

VideoFrameMapFlagsLast

Offset to define more flags

AnotherVideoFrameMapFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoFrameMapFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoFrameMapFlags = '[] :: [Type]

VideoMultiviewFlags

data VideoMultiviewFlags Source #

GstVideoMultiviewFlags are used to indicate extra properties of a stereo/multiview stream beyond the frame layout and buffer mapping that is conveyed in the VideoMultiviewMode.

Constructors

VideoMultiviewFlagsNone

No flags

VideoMultiviewFlagsRightViewFirst

For stereo streams, the normal arrangement of left and right views is reversed.

VideoMultiviewFlagsLeftFlipped

The left view is vertically mirrored.

VideoMultiviewFlagsLeftFlopped

The left view is horizontally mirrored.

VideoMultiviewFlagsRightFlipped

The right view is vertically mirrored.

VideoMultiviewFlagsRightFlopped

The right view is horizontally mirrored.

VideoMultiviewFlagsHalfAspect

For frame-packed multiview modes, indicates that the individual views have been encoded with half the true width or height and should be scaled back up for display. This flag is used for overriding input layout interpretation by adjusting pixel-aspect-ratio. For side-by-side, column interleaved or checkerboard packings, the pixel width will be doubled. For row interleaved and top-bottom encodings, pixel height will be doubled.

VideoMultiviewFlagsMixedMono

The video stream contains both mono and multiview portions, signalled on each buffer by the absence or presence of the gSTVIDEOBUFFERFLAGMULTIPLEVIEW buffer flag.

AnotherVideoMultiviewFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoMultiviewFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoMultiviewFlags = '[] :: [Type]

VideoOverlayFormatFlags

data VideoOverlayFormatFlags Source #

Overlay format flags.

Constructors

VideoOverlayFormatFlagsNone

no flags

VideoOverlayFormatFlagsPremultipliedAlpha

RGB are premultiplied by A/255.

VideoOverlayFormatFlagsGlobalAlpha

a global-alpha value != 1 is set.

AnotherVideoOverlayFormatFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoOverlayFormatFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoOverlayFormatFlags = '[] :: [Type]

VideoPackFlags

data VideoPackFlags Source #

The different flags that can be used when packing and unpacking.

Constructors

VideoPackFlagsNone

No flag

VideoPackFlagsTruncateRange

When the source has a smaller depth than the target format, set the least significant bits of the target to 0. This is likely slightly faster but less accurate. When this flag is not specified, the most significant bits of the source are duplicated in the least significant bits of the destination.

VideoPackFlagsInterlaced

The source is interlaced. The unpacked format will be interlaced as well with each line containing information from alternating fields. (Since: 1.2)

AnotherVideoPackFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoPackFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoPackFlags = '[] :: [Type]

VideoResamplerFlags

data VideoResamplerFlags Source #

Different resampler flags.

Since: 1.6

Constructors

VideoResamplerFlagsNone

no flags

VideoResamplerFlagsHalfTaps

when no taps are given, half the number of calculated taps. This can be used when making scalers for the different fields of an interlaced picture. Since: 1.10

AnotherVideoResamplerFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoResamplerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoResamplerFlags = '[] :: [Type]

VideoScalerFlags

data VideoScalerFlags Source #

Different scale flags.

Constructors

VideoScalerFlagsNone

no flags

VideoScalerFlagsInterlaced

Set up a scaler for interlaced content

AnotherVideoScalerFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoScalerFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoScalerFlags = '[] :: [Type]

VideoTimeCodeFlags

data VideoTimeCodeFlags Source #

Flags related to the time code information. For drop frame, only 30000/1001 and 60000/1001 frame rates are supported.

Since: 1.10

Constructors

VideoTimeCodeFlagsNone

No flags

VideoTimeCodeFlagsDropFrame

Whether we have drop frame rate

VideoTimeCodeFlagsInterlaced

Whether we have interlaced video

AnotherVideoTimeCodeFlags Int

Catch-all for unknown values

Instances

Instances details
Enum VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Show VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Eq VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Ord VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

BoxedFlags VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

IsGFlag VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

TypedObject VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

Methods

glibType :: IO GType

HasParentTypes VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoTimeCodeFlags Source # 
Instance details

Defined in GI.GstVideo.Flags

type ParentTypes VideoTimeCodeFlags = '[] :: [Type]