Skip to main content

StatusBar

Function StatusBar 

Source
pub fn StatusBar(props: StatusBarProps) -> impl IntoView
Expand description

§Optional Props

  • fps: f32
    • Renderer FPS, formatted as a whole number.
  • encoder: impl Into<String>
    • Encoder one-line status (e.g. "H.264 · 9.4 Mbps").
  • file_bytes: u64
    • File size on disk for the active recording, in bytes.
  • kind: StatusKind
    • Right-hand health pill kind.
  • detail: impl Into<String>
    • Free-text detail next to the pill (e.g. error message).