Module retina::codec[][src]

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.

A single encoded video frame (aka picture, video sample, or video access unit).

Enums