gstreamer_editing_services::prelude

Trait VideoUriSourceExt

Source
pub trait VideoUriSourceExt: IsA<VideoUriSource> + 'static {
    // Provided method
    fn uri(&self) -> Option<GString> { ... }
}
Expand description

Trait containing all VideoUriSource methods.

§Implementors

VideoUriSource

Provided Methods§

Source

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

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§