pub trait AudioUriSourceExt: IsA<AudioUriSource> + Sealed + '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.

Object Safety§

This trait is not object safe.

Implementors§