Enum gstreamer_video::VideoFieldOrder [−][src]
#[non_exhaustive]
pub enum VideoFieldOrder {
Unknown,
TopFieldFirst,
BottomFieldFirst,
// some variants omitted
}v1_12 only.Expand description
Field order of interlaced content. This is only valid for interlace-mode=interleaved and not interlace-mode=mixed. In the case of mixed or GST_VIDEO_FIELD_ORDER_UNKOWN, the field order is signalled via buffer flags.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
unknown field order for interlaced content. The actual field order is signalled via buffer flags.
top field is first
bottom field is first
Implementations
Trait Implementations
type Checker = GenericValueTypeChecker<Self>
type Checker = GenericValueTypeChecker<Self>Value type checker.
Get the contained value from a Value. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Returns the type identifier of Self.
Auto Trait Implementations
impl RefUnwindSafe for VideoFieldOrderimpl Send for VideoFieldOrderimpl Sync for VideoFieldOrderimpl Unpin for VideoFieldOrderimpl UnwindSafe for VideoFieldOrderBlanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue clone of self.