Gjsify LogoGjsify Logo

Structure holding default payload type information.

record

Hierarchy

  • RTPPayloadInfo

Index

Constructors

Properties

bitrate: number

the bitrate of the media. 0 = unknown/variable.

field
clock_rate: number

default clock rate, 0 = unknown/variable

field
encoding_name: string

the encoding name of pt

field
encoding_parameters: string

encoding parameters. For audio this is the number of channels. NULL = not applicable.

field
media: string

the media type(s), usually "audio", "video", "application", "text", "message".

field
payload_type: number

payload type, -1 means dynamic

field
name: string

Methods

  • 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.

    Parameters

    • media: string

      the media to find

    • encoding_name: string

      the encoding name to find

    Returns RTPPayloadInfo

  • 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.

    Parameters

    • payload_type: number

      the payload_type to find

    Returns RTPPayloadInfo

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method