Gjsify LogoGjsify Logo

Meta describing the source(s) of the buffer.

record

Hierarchy

  • RTPSourceMeta

Index

Constructors

Properties

csrc: number[]

pointer to the CSRCs

field
csrcCount: number

number of elements in csrc

field
meta: Meta

parent #GstMeta

field
ssrc: number

the SSRC

field
ssrcValid: boolean

whether ssrc is set and valid

field
name: string

Methods

  • appendCsrc(csrc: number, csrcCount: number): boolean
  • Appends csrc to the list of contributing sources in meta.

    Parameters

    • csrc: number

      the csrcs to append

    • csrcCount: number

      number of elements in csrc

    Returns boolean

  • getSourceCount(): number
  • Count the total number of RTP sources found in meta, both SSRC and CSRC.

    Returns number

  • setSsrc(ssrc: number): boolean
  • Sets ssrc in meta. If ssrc is %NULL the ssrc of meta will be unset.

    Parameters

    • ssrc: number

      pointer to the SSRC

    Returns boolean

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