Skip to main content

Crate direct_play_nice

Crate direct_play_nice 

Source
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§

ScoreCriteria
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.