Gjsify LogoGjsify Logo

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

record

Hierarchy

  • SDPConnection

Index

Constructors

Properties

addr_number: number

the number of layers

field
address: string

the address

field
addrtype: string

the type of address.

field
nettype: string

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

field
ttl: number

the time to live of the address

field
name: string

Methods

  • set(nettype: string, addrtype: string, address: string, ttl: number, addr_number: number): SDPResult
  • 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

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