gstreamer_editing_services::prelude

Trait AudioUriSourceExt

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

Trait containing all AudioUriSource methods.

§Implementors

AudioUriSource

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§