Trait gstreamer::prelude::GObjectExtManualGst [−][src]
pub trait GObjectExtManualGst: 'static {
fn set_property_from_str(&self, name: &str, value: &str);
}Required methods
fn set_property_from_str(&self, name: &str, value: &str)[src]
Implementors
impl<O: IsA<Object>> GObjectExtManualGst for O[src]
impl<O: IsA<Object>> GObjectExtManualGst for O[src]