Trait gstreamer_rtsp_server::RTSPAddressPoolExtManual[][src]

pub trait RTSPAddressPoolExtManual {
    fn reserve_address(
        &self,
        ip_address: &str,
        port: u32,
        n_ports: u32,
        ttl: u32
    ) -> Result<RTSPAddress, RTSPAddressPoolResult>; }

Required Methods

Implementors