Trait gstreamer_rtsp_server::subclass::prelude::RTSPServerImplExt[][src]

pub trait RTSPServerImplExt: ObjectSubclass {
    fn parent_create_client(&self, server: &Self::Type) -> Option<RTSPClient>;
fn parent_client_connected(&self, server: &Self::Type, client: &RTSPClient); }

Required methods

fn parent_create_client(&self, server: &Self::Type) -> Option<RTSPClient>[src]

fn parent_client_connected(&self, server: &Self::Type, client: &RTSPClient)[src]

Loading content...

Implementors

impl<T: RTSPServerImpl> RTSPServerImplExt for T[src]

fn parent_create_client(&self, server: &Self::Type) -> Option<RTSPClient>[src]

fn parent_client_connected(&self, server: &Self::Type, client: &RTSPClient)[src]

Loading content...