Struct gstreamer::message::Qos [−][src]
pub struct Qos<'a>(_);
Methods
impl<'a> Qos<'a>
[src]
impl<'a> Qos<'a>
pub fn get(&self) -> (bool, ClockTime, ClockTime, ClockTime, ClockTime)
[src]
pub fn get(&self) -> (bool, ClockTime, ClockTime, ClockTime, ClockTime)
pub fn get_values(&self) -> (i64, f64, i32)
[src]
pub fn get_values(&self) -> (i64, f64, i32)
pub fn get_stats(&self) -> (GenericFormattedValue, GenericFormattedValue)
[src]
pub fn get_stats(&self) -> (GenericFormattedValue, GenericFormattedValue)
Methods from Deref<Target = MessageRef>
pub fn get_src(&self) -> Option<Object>
[src]
pub fn get_src(&self) -> Option<Object>
pub fn get_seqnum(&self) -> Seqnum
[src]
pub fn get_seqnum(&self) -> Seqnum
pub fn get_structure(&self) -> Option<&StructureRef>
[src]
pub fn get_structure(&self) -> Option<&StructureRef>
pub fn view(&self) -> MessageView
[src]
pub fn view(&self) -> MessageView
Trait Implementations
impl<'a> Deref for Qos<'a>
[src]
impl<'a> Deref for Qos<'a>
type Target = MessageRef
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
fn deref(&self) -> &Self::Target
Dereferences the value.