Struct gstreamer_video::ValidVideoTimeCode [−][src]
pub struct ValidVideoTimeCode(_);
Implementations
pub fn new(
fps: Fraction,
latest_daily_jam: Option<&DateTime>,
flags: VideoTimeCodeFlags,
hours: u32,
minutes: u32,
seconds: u32,
frames: u32,
field_count: u32
) -> Result<Self, BoolError>[src]This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate features
v1_10 and v1_12 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.Trait Implementations
This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.Performs the conversion.
This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.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
This is supported on crate feature
v1_10 only.Returns the type identifier of Self.
This is supported on crate feature
v1_10 only.type Error = VideoTimeCode
type Error = VideoTimeCodeThe type returned in the event of a conversion error.
Performs the conversion.
This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.This is supported on crate feature
v1_10 only.Auto Trait Implementations
impl RefUnwindSafe for ValidVideoTimeCodeimpl Unpin for ValidVideoTimeCodeimpl UnwindSafe for ValidVideoTimeCodeBlanket Implementations
Mutably borrows from an owned value. Read more
Returns a SendValue clone of self.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>, [src]