[][src]Trait gstreamer_check::prelude::GObjectExtManualGst

pub trait GObjectExtManualGst: 'static {
    pub fn set_property_from_str(&self, name: &str, value: &str);
}

Required methods

pub fn set_property_from_str(&self, name: &str, value: &str)[src]

Loading content...

Implementors

impl<O> GObjectExtManualGst for O where
    O: IsA<Object>, 
[src]

Loading content...