Struct gstreamer::message::Qos [−][src]
pub struct Qos<'a>(_);
Implementations
pub fn new(
live: bool,
running_time: impl Into<Option<ClockTime>>,
stream_time: impl Into<Option<ClockTime>>,
timestamp: impl Into<Option<ClockTime>>,
duration: impl Into<Option<ClockTime>>
) -> Message
[src]Methods from Deref<Target = MessageRef>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Qos<'a>
impl<'a> UnwindSafe for Qos<'a>