MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / stream_quality_state_value

Function stream_quality_state_value

packages/server/src/api/routes.rs:1518–1527  ·  view source on GitHub ↗
(state: &ActiveStreamQualityState)

Source from the content-addressed store, hash-verified

1516}
1517
1518fn stream_quality_state_value(state: &ActiveStreamQualityState) -> Value {
1519 json_value!({
1520 "profile": state.profile,
1521 "maxEdge": state.max_edge,
1522 "fps": state.fps,
1523 "minBitrate": state.min_bitrate,
1524 "bitsPerPixel": state.bits_per_pixel,
1525 "videoCodec": state.video_codec,
1526 })
1527}
1528
1529fn stream_quality_profile(id: &str) -> Result<StreamQualityProfile, AppError> {
1530 STREAM_QUALITY_PROFILES

Callers 1

healthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected