rusteron_media_driver

Trait AeronFlowControlStrategyIdleFuncCallback

Source
pub trait AeronFlowControlStrategyIdleFuncCallback {
    // Required method
    fn handle_aeron_flow_control_strategy_on_idle_func(
        &mut self,
        now_ns: i64,
        snd_lmt: i64,
        snd_pos: i64,
        is_end_of_stream: bool,
    ) -> i64;
}
Expand description

(note you must copy any arguments that you use afterwards even those with static lifetimes)

Required Methods§

Source

fn handle_aeron_flow_control_strategy_on_idle_func( &mut self, now_ns: i64, snd_lmt: i64, snd_pos: i64, is_end_of_stream: bool, ) -> i64

Implementors§