pub type FrameProviderFactory = Arc<dyn Fn() -> Box<dyn FrameProvider> + Send + Sync>;Expand description
Factory type for creating FrameProvider instances.
Used by VideoSource and
CanvasSource in the style system to
produce frame providers when a style document is applied.
Aliased Typeยง
pub struct FrameProviderFactory { /* private fields */ }