Documentation ¶
Overview ¶
Package frame provides code to construct complete media frames from packetized media
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AV1 ¶
type AV1 struct {
// contains filtered or unexported fields
}
AV1 represents a collection of OBUs given a stream of AV1 Packets. Each AV1 RTP Packet is a collection of OBU Elements. Each OBU Element may be a full OBU, or just a fragment of one. AV1 provides the tools to construct a collection of OBUs from a collection of OBU Elements. This structure contains an internal cache and should be used for the entire RTP Stream.
Click to show internal directories.
Click to hide internal directories.