Module retina::codec

source ·
Expand description

Codec-specific logic (for audio, video, and application media types).

Currently this primarily consists of RTP depacketization logic for each codec, as needed for a client during PLAY and a server during RECORD. Packetization (needed for the reverse) may be added in the future.

Structs

  • An audio frame, which consists of one or more samples.
  • Parameters which describe an audio stream.
  • A single message, for application media types.
  • Parameters which describe a message stream, for application media types.
  • A single video frame (aka video sample or video access unit).
  • Parameters which describe a video stream.

Enums