RTPPayloadInfo

Structure holding default payload type information.

Members

Static functions

forName
gstrtp.rtppayload_info.RTPPayloadInfo forName(string media, string encodingName)

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.

forPt
gstrtp.rtppayload_info.RTPPayloadInfo forPt(ubyte payloadType)

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.