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

Object Safety§

This trait is not object safe.

Implementors§