Enum gstreamer_video::VideoFieldOrder [−][src]
pub enum VideoFieldOrder {
Unknown,
TopFieldFirst,
BottomFieldFirst,
// some variants omitted
}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
UnknownTopFieldFirstBottomFieldFirst
Methods
impl VideoFieldOrder[src]
impl VideoFieldOrderTrait Implementations
impl Debug for VideoFieldOrder[src]
impl Debug for VideoFieldOrderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for VideoFieldOrder[src]
impl Eq for VideoFieldOrderimpl PartialEq for VideoFieldOrder[src]
impl PartialEq for VideoFieldOrderfn eq(&self, other: &VideoFieldOrder) -> bool[src]
fn eq(&self, other: &VideoFieldOrder) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VideoFieldOrder) -> bool[src]
fn ne(&self, other: &VideoFieldOrder) -> boolThis method tests for !=.
impl Ord for VideoFieldOrder[src]
impl Ord for VideoFieldOrderfn cmp(&self, other: &VideoFieldOrder) -> Ordering[src]
fn cmp(&self, other: &VideoFieldOrder) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for VideoFieldOrder[src]
impl PartialOrd for VideoFieldOrderfn partial_cmp(&self, other: &VideoFieldOrder) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &VideoFieldOrder) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &VideoFieldOrder) -> bool[src]
fn lt(&self, other: &VideoFieldOrder) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &VideoFieldOrder) -> bool[src]
fn le(&self, other: &VideoFieldOrder) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &VideoFieldOrder) -> bool[src]
fn gt(&self, other: &VideoFieldOrder) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &VideoFieldOrder) -> bool[src]
fn ge(&self, other: &VideoFieldOrder) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Hash for VideoFieldOrder[src]
impl Hash for VideoFieldOrderfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for VideoFieldOrder[src]
impl Clone for VideoFieldOrderfn clone(&self) -> VideoFieldOrder[src]
fn clone(&self) -> VideoFieldOrderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for VideoFieldOrder[src]
impl Copy for VideoFieldOrderimpl StaticType for VideoFieldOrder[src]
impl StaticType for VideoFieldOrderfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for VideoFieldOrder[src]
impl<'a> FromValueOptional<'a> for VideoFieldOrderunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for VideoFieldOrder[src]
impl<'a> FromValue<'a> for VideoFieldOrderunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for VideoFieldOrder[src]
impl SetValue for VideoFieldOrderimpl FromStr for VideoFieldOrder[src]
impl FromStr for VideoFieldOrdertype Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, ()>[src]
fn from_str(s: &str) -> Result<Self, ()>Parses a string s to return a value of this type. Read more
impl Display for VideoFieldOrder[src]
impl Display for VideoFieldOrderAuto Trait Implementations
impl Send for VideoFieldOrder
impl Send for VideoFieldOrderimpl Sync for VideoFieldOrder
impl Sync for VideoFieldOrder