Trait UriSource Asset Ext 
Source pub trait UriSourceAssetExt: IsA<UriSourceAsset> + 'static {
    // Provided methods
    fn filesource_asset(&self) -> UriClipAsset { ... }
    fn stream_info(&self) -> DiscovererStreamInfo { ... }
    fn stream_uri(&self) -> GString { ... }
    fn is_image(&self) -> bool { ... }
}Expand description
Provided Methods§
Sourcefn filesource_asset(&self) -> UriClipAsset
 
fn filesource_asset(&self) -> UriClipAsset
Sourcefn stream_info(&self) -> DiscovererStreamInfo
 
fn stream_info(&self) -> DiscovererStreamInfo
Get the [gst_pbutils::DiscovererStreamInfo][crate::gst_pbutils::DiscovererStreamInfo] user by self
§Returns
fn stream_uri(&self) -> GString
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.