[][src]Trait gstreamer_editing_services::TimelineElementExtManual

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

Required methods

fn get_child_property(&self, name: &str) -> Option<Value>

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

Loading content...

Implementors

impl<O: IsA<TimelineElement>> TimelineElementExtManual for O[src]

Loading content...