pub trait UriSourceAssetExt:
IsA<UriSourceAsset>
+ Sealed
+ '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
fn stream_uri(&self) -> GString
Object Safety§
This trait is not object safe.