Expand description
Library helpers used by the direct_play_nice CLI.
This crate primarily ships a CLI binary. The public items here support
device-profile resolution and hardware probing used by that CLI.
For end-user usage, prefer the project manual in docs/ (mdBook) and the
top-level README.md.
Modules§
- devices
- Streaming-device definitions and compatibility helpers. Streaming-device catalog module that aggregates built-in profiles and lookup/selection helpers.
- gpu
- Hardware acceleration detection and codec probing helpers. Hardware capability helpers for FFmpeg device probing, encoder discovery, and acceleration checks.
Enums§
- Score
Criteria - Criteria used when scoring candidate video streams.
Functions§
- score_
video - Creates a sortable score tuple for primary-video selection.
- score_
video_ legacy - Backward-compatible string-based scoring helper.