Expand description
Hardware video encoding backends.
Provides a trait FrameEncoder with platform-specific implementations:
- VideoToolbox (macOS): H.265 Main10 via
VTCompressionSession - NVENC (NVIDIA): H.265/AV1 via NVIDIA Video Codec SDK
- AMF (AMD): feature-gated staged-BGRA HEVC encode via the AMD driver runtime
Structs§
- Decoder
Config - Browser decoder configuration for the current encoded stream.
- Encoded
Frame - Encoded output from a single frame.
Enums§
Traits§
- Frame
Encoder - Trait for hardware video encoder implementations.