Skip to main content

OnVideoSubscribeTiming

Type Alias OnVideoSubscribeTiming 

Source
pub type OnVideoSubscribeTiming = Box<dyn Fn(VideoSubscribeTimingEvent) + Send + Sync + 'static>;
Expand description

Callback invoked for native video subscribe pipeline timing events.

Aliased Typeยง

pub struct OnVideoSubscribeTiming(/* private fields */);