Trait gstreamer_video::prelude::ChildProxyExtManual [−][src]
pub trait ChildProxyExtManual {
fn get_child_property(&self, name: &str) -> Option<Value>;
fn set_child_property(
&self,
name: &str,
value: &ToValue
) -> Result<(), BoolError>;
}Required Methods
fn get_child_property(&self, name: &str) -> Option<Value>
fn set_child_property(
&self,
name: &str,
value: &ToValue
) -> Result<(), BoolError>
&self,
name: &str,
value: &ToValue
) -> Result<(), BoolError>
Implementors
impl<O> ChildProxyExtManual for O where
O: IsA<ChildProxy>,