Gst.Video.PackFlags – gstreamer-video-1.0 Reference Manual
Packages
gstreamer-video-1.0
Gst
Video
PackFlags
INTERLACED
NONE
TRUNCATE_RANGE
PackFlags
Description:
[
CCode
( cprefix =
"GST_VIDEO_PACK_FLAG_"
, type_id =
"gst_video_pack_flags_get_type ()"
) ]
[
Flags
]
[
GIR
( name =
"VideoPackFlags"
) ]
public
enum
PackFlags
The different flags that can be used when packing and unpacking.
Namespace:
Gst.Video
Package:
gstreamer-video-1.0
Content:
Enum values:
INTERLACED
-
The source is interlaced.
NONE
-
No flag
TRUNCATE_RANGE
-
When the source has a smaller depth than the target format, set the least significant bits of the target to 0.