package media

Import Path
	github.com/pion/webrtc/v4/pkg/media (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files Package media provides media writer and filters
Package-Level Type Names (total 2)
/* sort by: | */
A Sample contains encoded media and timing information. Data []byte Duration time.Duration Metadata interface{} PacketTimestamp uint32 PrevDroppedPackets uint16 RTP headers of RTP packets forming this Sample. (Optional) Useful for accessing RTP extensions associated to the Sample. Timestamp time.Time func github.com/pion/webrtc/v4.(*TrackLocalStaticSample).WriteSample(sample Sample) error
Writer defines an interface to handle the creation of media files. Close the media Note: Close implementation must be idempotent Add the content of an RTP packet to the media Writer : github.com/prometheus/common/expfmt.Closer Writer : io.Closer