pub fn StatusBar(props: StatusBarProps) -> impl IntoViewExpand 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").
- Encoder one-line status (e.g.
- 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).