Class (GI Struct)

GstSdp-1.0GstSdpSDPConnection

The contents of the SDP "c=" field which contains connection data.

Index

Constructors

  • Parameters

    • Optionalproperties: Partial<
          {
              addr_number: number;
              address: string;
              addrtype: string;
              nettype: string;
              ttl: number;
          },
      >

    Returns SDPConnection

Properties

addr_number: number
address: string
addrtype: string
nettype: string
ttl: number

Methods

  • Set the connection with the given parameters.

    Parameters

    • nettype: string

      the type of network. "IN" is defined to have the meaning "Internet".

    • addrtype: string

      the type of address.

    • address: string

      the address

    • ttl: number

      the time to live of the address

    • addr_number: number

      the number of layers

    Returns SDPResult

    GST_SDP_OK.