Skip to main content

Class: StatusVectorChunk

Constructors#

constructor#

new StatusVectorChunk(props?)

Parameters#

NameType
propsPartial<StatusVectorChunk>

Defined in#

packages/rtp/src/rtcp/rtpfb/twcc.ts:304

Properties#

symbolList#

symbolList: number[] = []

Defined in#

packages/rtp/src/rtcp/rtpfb/twcc.ts:304


symbolSize#

symbolSize: number

Defined in#

packages/rtp/src/rtcp/rtpfb/twcc.ts:303


type#

type: number

Defined in#

packages/rtp/src/rtcp/rtpfb/twcc.ts:302

Methods#

serialize#

serialize(): Buffer

Returns#

Buffer

Defined in#

packages/rtp/src/rtcp/rtpfb/twcc.ts:331


deSerialize#

Static deSerialize(data): StatusVectorChunk

Parameters#

NameType
dataBuffer

Returns#

StatusVectorChunk

Defined in#

packages/rtp/src/rtcp/rtpfb/twcc.ts:310