[][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>;
fn is_image(&self) -> bool; }

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>

fn is_image(&self) -> bool

Check if self contains a single image

Feature: v1_18

Returns

true if the video stream corresponds to an image (i.e. only contains one frame)

Loading content...

Implementors

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

Loading content...