Gjsify LogoGjsify Logo

The contents of the SDP "t=" field which specify the start and stop times for a conference session.

record

Hierarchy

  • SDPTime

Index

Constructors

Properties

Methods

Constructors

Properties

repeat: object[]

repeat times for a session

field
start: string

start time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in seconds

field
stop: string

stop time for the conference. The value is the decimal representation of Network Time Protocol (NTP) time values in seconds

field
name: string

Methods

  • set(start: string, stop: string, repeat: string[]): SDPResult
  • Set time information start, stop and repeat in t.

    Parameters

    • start: string

      the start time

    • stop: string

      the stop time

    • repeat: string[]

      the repeat times

    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