av_data::packet

Type Alias ArcPacket

Source
pub type ArcPacket = Arc<Packet>;
Expand description

A specialized type for a thread-safe reference-counting pointer Packet.

Aliased Typeยง

struct ArcPacket { /* private fields */ }