RTPPayloadInfo
Object Hierarchy:
Description:
Structure holding default payload type information.
Namespace: Gst
Package: gstreamer-rtp-0.10
Content:
Static methods:
-
public static unowned RTPPayloadInfo for_name (string media, string encoding_name)
Get the RTPPayloadInfo 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 insensitve way.
-
public static unowned RTPPayloadInfo for_pt (uchar payload_type)
Get the RTPPayloadInfo for payload_type
. This function is mostly used to get the default clock-rate and bandwidth for static payload types specified with payload_type
.
Fields: