Documentation

RTPForwarderState extends Message
in package

Generated from protobuf message <code>livekit.RTPForwarderState</code>

Table of Contents

Properties

$codec_munger  : mixed
$dummy_start_timestamp_offset  : mixed
Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code>
$ext_first_timestamp  : mixed
Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code>
$pre_start_time  : mixed
Generated from protobuf field <code>int64 pre_start_time = 3;</code>
$reference_layer_spatial  : mixed
Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code>
$rtp_munger  : mixed
Generated from protobuf field <code>.livekit.RTPMungerState rtp_munger = 6;</code>
$started  : mixed
Generated from protobuf field <code>bool started = 1;</code>
$sender_report_state  : mixed
Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code>

Methods

__construct()  : mixed
Constructor.
clearRtpMunger()  : mixed
getCodecMunger()  : string
getDummyStartTimestampOffset()  : int|string
Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code>
getExtFirstTimestamp()  : int|string
Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code>
getPreStartTime()  : int|string
Generated from protobuf field <code>int64 pre_start_time = 3;</code>
getReferenceLayerSpatial()  : int
Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code>
getRtpMunger()  : RTPMungerState|null
Generated from protobuf field <code>.livekit.RTPMungerState rtp_munger = 6;</code>
getSenderReportState()  : RepeatedField<string|int, RTCPSenderReportState>
Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code>
getStarted()  : bool
Generated from protobuf field <code>bool started = 1;</code>
getVp8Munger()  : VP8MungerState|null
Generated from protobuf field <code>.livekit.VP8MungerState vp8_munger = 7;</code>
hasRtpMunger()  : mixed
hasVp8Munger()  : mixed
setDummyStartTimestampOffset()  : $this
Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code>
setExtFirstTimestamp()  : $this
Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code>
setPreStartTime()  : $this
Generated from protobuf field <code>int64 pre_start_time = 3;</code>
setReferenceLayerSpatial()  : $this
Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code>
setRtpMunger()  : $this
Generated from protobuf field <code>.livekit.RTPMungerState rtp_munger = 6;</code>
setSenderReportState()  : $this
Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code>
setStarted()  : $this
Generated from protobuf field <code>bool started = 1;</code>
setVp8Munger()  : $this
Generated from protobuf field <code>.livekit.VP8MungerState vp8_munger = 7;</code>

Properties

$dummy_start_timestamp_offset

Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code>

protected mixed $dummy_start_timestamp_offset = 0

$ext_first_timestamp

Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code>

protected mixed $ext_first_timestamp = 0

$pre_start_time

Generated from protobuf field <code>int64 pre_start_time = 3;</code>

protected mixed $pre_start_time = 0

$reference_layer_spatial

Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code>

protected mixed $reference_layer_spatial = 0

$rtp_munger

Generated from protobuf field <code>.livekit.RTPMungerState rtp_munger = 6;</code>

protected mixed $rtp_munger = null

$started

Generated from protobuf field <code>bool started = 1;</code>

protected mixed $started = false

$sender_report_state

Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code>

private mixed $sender_report_state

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type bool $started
@type int $reference_layer_spatial
@type int|string $pre_start_time
@type int|string $ext_first_timestamp
@type int|string $dummy_start_timestamp_offset
@type \Livekit\RTPMungerState $rtp_munger
@type \Livekit\VP8MungerState $vp8_munger
@type \Livekit\RTCPSenderReportState[] $sender_report_state

}

getDummyStartTimestampOffset()

Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code>

public getDummyStartTimestampOffset() : int|string
Return values
int|string

getExtFirstTimestamp()

Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code>

public getExtFirstTimestamp() : int|string
Return values
int|string

getPreStartTime()

Generated from protobuf field <code>int64 pre_start_time = 3;</code>

public getPreStartTime() : int|string
Return values
int|string

getReferenceLayerSpatial()

Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code>

public getReferenceLayerSpatial() : int
Return values
int

getStarted()

Generated from protobuf field <code>bool started = 1;</code>

public getStarted() : bool
Return values
bool

setDummyStartTimestampOffset()

Generated from protobuf field <code>uint64 dummy_start_timestamp_offset = 5;</code>

public setDummyStartTimestampOffset(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setExtFirstTimestamp()

Generated from protobuf field <code>uint64 ext_first_timestamp = 4;</code>

public setExtFirstTimestamp(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setPreStartTime()

Generated from protobuf field <code>int64 pre_start_time = 3;</code>

public setPreStartTime(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setReferenceLayerSpatial()

Generated from protobuf field <code>int32 reference_layer_spatial = 2;</code>

public setReferenceLayerSpatial(int $var) : $this
Parameters
$var : int
Return values
$this

setSenderReportState()

Generated from protobuf field <code>repeated .livekit.RTCPSenderReportState sender_report_state = 8;</code>

public setSenderReportState(array<string|int, RTCPSenderReportState$var) : $this
Parameters
$var : array<string|int, RTCPSenderReportState>
Return values
$this

setStarted()

Generated from protobuf field <code>bool started = 1;</code>

public setStarted(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results