[][src]Trait gstreamer_rtsp_server::RTSPMediaFactoryURIExt

pub trait RTSPMediaFactoryURIExt: 'static {
    pub fn get_uri(&self) -> Option<GString>;
pub fn set_uri(&self, uri: &str);
pub fn get_property_use_gstpay(&self) -> bool;
pub fn set_property_use_gstpay(&self, use_gstpay: bool);
pub fn connect_property_uri_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_use_gstpay_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

pub fn set_uri(&self, uri: &str)[src]

pub fn get_property_use_gstpay(&self) -> bool[src]

pub fn set_property_use_gstpay(&self, use_gstpay: bool)[src]

pub fn connect_property_uri_notify<F: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_use_gstpay_notify<F: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<RTSPMediaFactoryURI>> RTSPMediaFactoryURIExt for O[src]

Loading content...