pub trait AudioUriSourceExt: 'static {
    fn uri(&self) -> Option<GString>;
}
Expand description

Trait containing all AudioUriSource methods.

Implementors

AudioUriSource

Required Methods§

The location of the file/resource to use.

Implementors§