[][src]Trait gstreamer_rtsp_server::prelude::URIHandlerExt

pub trait URIHandlerExt: 'static {
    pub fn get_protocols(&self) -> Vec<GString, Global>;
pub fn get_uri(&self) -> Option<GString>;
pub fn get_uri_type(&self) -> URIType;
pub fn set_uri(&self, uri: &str) -> Result<(), Error>; }

Required methods

pub fn get_protocols(&self) -> Vec<GString, Global>[src]

pub fn get_uri(&self) -> Option<GString>[src]

pub fn get_uri_type(&self) -> URIType[src]

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

Loading content...

Implementors

impl<O> URIHandlerExt for O where
    O: IsA<URIHandler>, 
[src]

Loading content...