[][src]Trait gstreamer_editing_services::UriSourceAssetExt

pub trait UriSourceAssetExt: 'static {
    fn get_filesource_asset(&self) -> Option<UriClipAsset>;
fn get_stream_info(&self) -> Option<DiscovererStreamInfo>;
fn get_stream_uri(&self) -> Option<GString>; }

Trait containing all UriSourceAsset methods.

Implementors

UriSourceAsset

Required methods

fn get_filesource_asset(&self) -> Option<UriClipAsset>

Get the UriClipAsset self_ is contained in

Returns

a UriClipAsset

fn get_stream_info(&self) -> Option<DiscovererStreamInfo>

Get the gst_pbutils::DiscovererStreamInfo user by self

Returns

a UriClipAsset

fn get_stream_uri(&self) -> Option<GString>

Loading content...

Implementors

impl<O: IsA<UriSourceAsset>> UriSourceAssetExt for O[src]

Loading content...