package fmtp
Import Path
github.com/pion/webrtc/v4/internal/fmtp (on go.dev)
Dependency Relation
imports 2 packages, and imported by one package
Package-Level Type Names (only one)
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.
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |