Module ac_ffmpeg::packet

source ·
Expand description

AVPacket interface.

A “packet” in the FFmpeg terminology is an encoded part of an elementary stream (i.e. audio or video stream).

Structs

Packet with immutable data.
Packet with mutable data.