pub trait UriSourceAssetExt: 'static {
fn filesource_asset(&self) -> UriClipAsset;
fn stream_info(&self) -> DiscovererStreamInfo;
fn stream_uri(&self) -> GString;
fn is_image(&self) -> bool;
}
pub trait UriSourceAssetExt: 'static {
fn filesource_asset(&self) -> UriClipAsset;
fn stream_info(&self) -> DiscovererStreamInfo;
fn stream_uri(&self) -> GString;
fn is_image(&self) -> bool;
}