Trait gstreamer::prelude::ChildProxyExtManual [−][src]
pub trait ChildProxyExtManual: 'static {
fn child_property(&self, name: &str) -> Option<Value>;
fn set_child_property(
&self,
name: &str,
value: &dyn ToValue
) -> Result<(), BoolError>;
}Required methods
fn child_property(&self, name: &str) -> Option<Value>[src]
fn set_child_property(
&self,
name: &str,
value: &dyn ToValue
) -> Result<(), BoolError>[src]
&self,
name: &str,
value: &dyn ToValue
) -> Result<(), BoolError>
Implementors
impl<O: IsA<ChildProxy>> ChildProxyExtManual for O[src]
impl<O: IsA<ChildProxy>> ChildProxyExtManual for O[src]