the bitrate of the media. 0 = unknown/variable.
default clock rate, 0 = unknown/variable
the encoding name of pt
encoding parameters. For audio this is the number of channels. NULL = not applicable.
the media type(s), usually "audio", "video", "application", "text", "message".
payload type, -1 means dynamic
Get the #GstRTPPayloadInfo for media
and encoding_name
. This function is
mostly used to get the default clock-rate and bandwidth for dynamic payload
types specified with media
and encoding
name.
The search for encoding_name
will be performed in a case insensitive way.
the media to find
the encoding name to find
Get the #GstRTPPayloadInfo for payload_type
. This function is
mostly used to get the default clock-rate and bandwidth for static payload
types specified with payload_type
.
the payload_type to find
Structure holding default payload type information.