Skip to main content

Module config

Module config 

Source
Expand description

Configuration types shared across crates.

Source specifications, camera modes, reconnection policies, and backoff strategies live here so downstream crates can reference them without depending on the media or runtime crates.

Structs§

ReconnectPolicy
Reconnection policy for video sources.

Enums§

BackoffKind
Backoff strategy for reconnection attempts.
CameraMode
Declared camera installation mode.
RtspTransport
RTSP transport protocol.
SourceSpec
Specification of a video source.