InterlaceMode
Description:
[ CCode ( cprefix = "GST_VIDEO_INTERLACE_MODE_" , type_id = "gst_video_interlace_mode_get_type ()" ) ]
[ GIR ( name = "VideoInterlaceMode" ) ]
public enum InterlaceMode
The possible values of the InterlaceMode describing the interlace mode of the stream.
Content:
Enum values:
- ALTERNATE - 1 field is stored in
one buffer,
GST_VIDEO_BUFFER_FLAG_TF or GST_VIDEO_BUFFER_FLAG_BF indicates if the buffer is carrying the top
or bottom field, respectively.
- FIELDS - 2 fields are stored in one
buffer, use the frame ID to get access to the required field.
- INTERLEAVED - 2 fields are
interleaved in one video frame.
- MIXED - frames contains both
interlaced and progressive video, the buffer flags describe the frame and fields.
- PROGRESSIVE - all frames are
progressive
Static methods:
Methods: