gstreamer_editing_services::prelude

Trait ImageSourceExt

Source
pub trait ImageSourceExt: IsA<ImageSource> + 'static {
    // Provided method
    fn uri(&self) -> Option<GString> { ... }
}
👎Deprecated: Since 1.18
Expand description

Trait containing all ImageSource methods.

§Implementors

ImageSource

Provided Methods§

Source

fn uri(&self) -> Option<GString>

👎Deprecated: Since 1.18

The location of the file/resource to use.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§