scuffle_
ffmpeg
0.3.1
Module packet
Module Items
Structs
In crate scuffle_
ffmpeg
scuffle_ffmpeg
Module
packet
Copy item path
Source
Expand description
Packet specific functionality.
Structs
ยง
Packets
A collection of packets.
Packets
implements
Iterator
and will yield packets until the end of the stream is reached. A wrapper around an
AVFormatContext
.
Packet
A packet is a wrapper around an
AVPacket
.