[][src]Trait gstreamer::ChildProxyExtManual

pub trait ChildProxyExtManual: 'static {
    pub fn get_child_property(&self, name: &str) -> Option<Value>;
pub fn set_child_property(
        &self,
        name: &str,
        value: &dyn ToValue
    ) -> Result<(), BoolError>; }

Required methods

pub fn get_child_property(&self, name: &str) -> Option<Value>[src]

pub fn set_child_property(
    &self,
    name: &str,
    value: &dyn ToValue
) -> Result<(), BoolError>
[src]

Loading content...

Implementors

impl<O: IsA<ChildProxy>> ChildProxyExtManual for O[src]

Loading content...