Documentation

RTCPSenderReportState extends Message
in package

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

Table of Contents

Properties

$at  : mixed
time at which this happened
$at_adjusted  : mixed
Generated from protobuf field <code>int64 at_adjusted = 5;</code>
$ntp_timestamp  : mixed
Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code>
$octets  : mixed
Generated from protobuf field <code>uint64 octets = 7;</code>
$packets  : mixed
Generated from protobuf field <code>uint32 packets = 6;</code>
$rtp_timestamp  : mixed
Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code>
$rtp_timestamp_ext  : mixed
Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code>

Methods

__construct()  : mixed
Constructor.
getAt()  : int|string
time at which this happened
getAtAdjusted()  : int|string
Generated from protobuf field <code>int64 at_adjusted = 5;</code>
getNtpTimestamp()  : int|string
Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code>
getOctets()  : int|string
Generated from protobuf field <code>uint64 octets = 7;</code>
getPackets()  : int
Generated from protobuf field <code>uint32 packets = 6;</code>
getRtpTimestamp()  : int
Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code>
getRtpTimestampExt()  : int|string
Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code>
setAt()  : $this
time at which this happened
setAtAdjusted()  : $this
Generated from protobuf field <code>int64 at_adjusted = 5;</code>
setNtpTimestamp()  : $this
Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code>
setOctets()  : $this
Generated from protobuf field <code>uint64 octets = 7;</code>
setPackets()  : $this
Generated from protobuf field <code>uint32 packets = 6;</code>
setRtpTimestamp()  : $this
Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code>
setRtpTimestampExt()  : $this
Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code>

Properties

$at

time at which this happened

protected mixed $at = 0

Generated from protobuf field int64 at = 4;

$at_adjusted

Generated from protobuf field <code>int64 at_adjusted = 5;</code>

protected mixed $at_adjusted = 0

$ntp_timestamp

Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code>

protected mixed $ntp_timestamp = 0

$octets

Generated from protobuf field <code>uint64 octets = 7;</code>

protected mixed $octets = 0

$packets

Generated from protobuf field <code>uint32 packets = 6;</code>

protected mixed $packets = 0

$rtp_timestamp

Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code>

protected mixed $rtp_timestamp = 0

$rtp_timestamp_ext

Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code>

protected mixed $rtp_timestamp_ext = 0

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 int $rtp_timestamp
@type int|string $rtp_timestamp_ext
@type int|string $ntp_timestamp
@type int|string $at
      time at which this happened
@type int|string $at_adjusted
@type int $packets
@type int|string $octets

}

getAt()

time at which this happened

public getAt() : int|string

Generated from protobuf field int64 at = 4;

Return values
int|string

getAtAdjusted()

Generated from protobuf field <code>int64 at_adjusted = 5;</code>

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

getNtpTimestamp()

Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code>

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

getOctets()

Generated from protobuf field <code>uint64 octets = 7;</code>

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

getPackets()

Generated from protobuf field <code>uint32 packets = 6;</code>

public getPackets() : int
Return values
int

getRtpTimestamp()

Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code>

public getRtpTimestamp() : int
Return values
int

getRtpTimestampExt()

Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code>

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

setAt()

time at which this happened

public setAt(int|string $var) : $this

Generated from protobuf field int64 at = 4;

Parameters
$var : int|string
Return values
$this

setAtAdjusted()

Generated from protobuf field <code>int64 at_adjusted = 5;</code>

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

setNtpTimestamp()

Generated from protobuf field <code>uint64 ntp_timestamp = 3;</code>

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

setOctets()

Generated from protobuf field <code>uint64 octets = 7;</code>

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

setPackets()

Generated from protobuf field <code>uint32 packets = 6;</code>

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

setRtpTimestamp()

Generated from protobuf field <code>uint32 rtp_timestamp = 1;</code>

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

setRtpTimestampExt()

Generated from protobuf field <code>uint64 rtp_timestamp_ext = 2;</code>

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

        
On this page

Search results