package fmtp

Import Path
	github.com/pion/webrtc/v4/internal/fmtp (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files av1.go Package fmtp implements per codec parsing of fmtp lines h264.go vp9.go
Package-Level Type Names (only one)
/* sort by: | */
FMTP interface for implementing custom FMTP parsers based on MimeType. Match compares two fmtp descriptions for compatibility based on the MimeType MimeType returns the MimeType associated with the fmtp Parameter returns a value for the associated key if contained in the parsed fmtp string func Parse(mimeType string, clockRate uint32, channels uint16, line string) FMTP func FMTP.Match(f FMTP) bool
Package-Level Functions (total 3)
ChannelsEqual checks whether two channels are equal.
ClockRateEqual checks whether two clock rates are equal.
Parse parses an fmtp string based on the MimeType.