Trait gstreamer_rtsp_server::prelude::RTSPAddressPoolExtManual[][src]

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

Required methods

Implementors