Trait gstreamer::subclass::prelude::URIHandlerImpl[][src]

pub trait URIHandlerImpl: ElementImpl {
    const URI_TYPE: URIType;

    fn protocols() -> &'static [&'static str]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
;
fn uri(&self, element: &Self::Type) -> Option<String>;
fn set_uri(&self, element: &Self::Type, uri: &str) -> Result<(), Error>; }

Associated Constants

const URI_TYPE: URIType[src]

Loading content...

Required methods

fn protocols() -> &'static [&'static str]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
[src]

fn uri(&self, element: &Self::Type) -> Option<String>[src]

fn set_uri(&self, element: &Self::Type, uri: &str) -> Result<(), Error>[src]

Loading content...

Implementors

Loading content...