code
stringlengths
17
296k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function getPacketsLost() { return $this->packets_lost; }
Generated from protobuf field <code>uint32 packets_lost = 8;</code> @return int
getPacketsLost
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketsLost($var) { GPBUtil::checkUint32($var); $this->packets_lost = $var; return $this; }
Generated from protobuf field <code>uint32 packets_lost = 8;</code> @param int $var @return $this
setPacketsLost
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPacketLossRate() { return $this->packet_loss_rate; }
Generated from protobuf field <code>double packet_loss_rate = 9;</code> @return float
getPacketLossRate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketLossRate($var) { GPBUtil::checkDouble($var); $this->packet_loss_rate = $var; return $this; }
Generated from protobuf field <code>double packet_loss_rate = 9;</code> @param float $var @return $this
setPacketLossRate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPacketLossPercentage() { return $this->packet_loss_percentage; }
Generated from protobuf field <code>float packet_loss_percentage = 10;</code> @return float
getPacketLossPercentage
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketLossPercentage($var) { GPBUtil::checkFloat($var); $this->packet_loss_percentage = $var; return $this; }
Generated from protobuf field <code>float packet_loss_percentage = 10;</code> @param float $var @return $this
setPacketLossPercentage
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPacketsDuplicate() { return $this->packets_duplicate; }
Generated from protobuf field <code>uint32 packets_duplicate = 11;</code> @return int
getPacketsDuplicate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketsDuplicate($var) { GPBUtil::checkUint32($var); $this->packets_duplicate = $var; return $this; }
Generated from protobuf field <code>uint32 packets_duplicate = 11;</code> @param int $var @return $this
setPacketsDuplicate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPacketDuplicateRate() { return $this->packet_duplicate_rate; }
Generated from protobuf field <code>double packet_duplicate_rate = 12;</code> @return float
getPacketDuplicateRate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketDuplicateRate($var) { GPBUtil::checkDouble($var); $this->packet_duplicate_rate = $var; return $this; }
Generated from protobuf field <code>double packet_duplicate_rate = 12;</code> @param float $var @return $this
setPacketDuplicateRate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getBytesDuplicate() { return $this->bytes_duplicate; }
Generated from protobuf field <code>uint64 bytes_duplicate = 13;</code> @return int|string
getBytesDuplicate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setBytesDuplicate($var) { GPBUtil::checkUint64($var); $this->bytes_duplicate = $var; return $this; }
Generated from protobuf field <code>uint64 bytes_duplicate = 13;</code> @param int|string $var @return $this
setBytesDuplicate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getHeaderBytesDuplicate() { return $this->header_bytes_duplicate; }
Generated from protobuf field <code>uint64 header_bytes_duplicate = 40;</code> @return int|string
getHeaderBytesDuplicate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setHeaderBytesDuplicate($var) { GPBUtil::checkUint64($var); $this->header_bytes_duplicate = $var; return $this; }
Generated from protobuf field <code>uint64 header_bytes_duplicate = 40;</code> @param int|string $var @return $this
setHeaderBytesDuplicate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getBitrateDuplicate() { return $this->bitrate_duplicate; }
Generated from protobuf field <code>double bitrate_duplicate = 14;</code> @return float
getBitrateDuplicate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setBitrateDuplicate($var) { GPBUtil::checkDouble($var); $this->bitrate_duplicate = $var; return $this; }
Generated from protobuf field <code>double bitrate_duplicate = 14;</code> @param float $var @return $this
setBitrateDuplicate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPacketsPadding() { return $this->packets_padding; }
Generated from protobuf field <code>uint32 packets_padding = 15;</code> @return int
getPacketsPadding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketsPadding($var) { GPBUtil::checkUint32($var); $this->packets_padding = $var; return $this; }
Generated from protobuf field <code>uint32 packets_padding = 15;</code> @param int $var @return $this
setPacketsPadding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPacketPaddingRate() { return $this->packet_padding_rate; }
Generated from protobuf field <code>double packet_padding_rate = 16;</code> @return float
getPacketPaddingRate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketPaddingRate($var) { GPBUtil::checkDouble($var); $this->packet_padding_rate = $var; return $this; }
Generated from protobuf field <code>double packet_padding_rate = 16;</code> @param float $var @return $this
setPacketPaddingRate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getBytesPadding() { return $this->bytes_padding; }
Generated from protobuf field <code>uint64 bytes_padding = 17;</code> @return int|string
getBytesPadding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setBytesPadding($var) { GPBUtil::checkUint64($var); $this->bytes_padding = $var; return $this; }
Generated from protobuf field <code>uint64 bytes_padding = 17;</code> @param int|string $var @return $this
setBytesPadding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getHeaderBytesPadding() { return $this->header_bytes_padding; }
Generated from protobuf field <code>uint64 header_bytes_padding = 41;</code> @return int|string
getHeaderBytesPadding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setHeaderBytesPadding($var) { GPBUtil::checkUint64($var); $this->header_bytes_padding = $var; return $this; }
Generated from protobuf field <code>uint64 header_bytes_padding = 41;</code> @param int|string $var @return $this
setHeaderBytesPadding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getBitratePadding() { return $this->bitrate_padding; }
Generated from protobuf field <code>double bitrate_padding = 18;</code> @return float
getBitratePadding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setBitratePadding($var) { GPBUtil::checkDouble($var); $this->bitrate_padding = $var; return $this; }
Generated from protobuf field <code>double bitrate_padding = 18;</code> @param float $var @return $this
setBitratePadding
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPacketsOutOfOrder() { return $this->packets_out_of_order; }
Generated from protobuf field <code>uint32 packets_out_of_order = 19;</code> @return int
getPacketsOutOfOrder
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketsOutOfOrder($var) { GPBUtil::checkUint32($var); $this->packets_out_of_order = $var; return $this; }
Generated from protobuf field <code>uint32 packets_out_of_order = 19;</code> @param int $var @return $this
setPacketsOutOfOrder
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getFrames() { return $this->frames; }
Generated from protobuf field <code>uint32 frames = 20;</code> @return int
getFrames
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setFrames($var) { GPBUtil::checkUint32($var); $this->frames = $var; return $this; }
Generated from protobuf field <code>uint32 frames = 20;</code> @param int $var @return $this
setFrames
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getFrameRate() { return $this->frame_rate; }
Generated from protobuf field <code>double frame_rate = 21;</code> @return float
getFrameRate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setFrameRate($var) { GPBUtil::checkDouble($var); $this->frame_rate = $var; return $this; }
Generated from protobuf field <code>double frame_rate = 21;</code> @param float $var @return $this
setFrameRate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getJitterCurrent() { return $this->jitter_current; }
Generated from protobuf field <code>double jitter_current = 22;</code> @return float
getJitterCurrent
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setJitterCurrent($var) { GPBUtil::checkDouble($var); $this->jitter_current = $var; return $this; }
Generated from protobuf field <code>double jitter_current = 22;</code> @param float $var @return $this
setJitterCurrent
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getJitterMax() { return $this->jitter_max; }
Generated from protobuf field <code>double jitter_max = 23;</code> @return float
getJitterMax
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setJitterMax($var) { GPBUtil::checkDouble($var); $this->jitter_max = $var; return $this; }
Generated from protobuf field <code>double jitter_max = 23;</code> @param float $var @return $this
setJitterMax
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getGapHistogram() { return $this->gap_histogram; }
Generated from protobuf field <code>map<int32, uint32> gap_histogram = 24;</code> @return \Google\Protobuf\Internal\MapField
getGapHistogram
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setGapHistogram($var) { $arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::INT32, \Google\Protobuf\Internal\GPBType::UINT32); $this->gap_histogram = $arr; return $this; }
Generated from protobuf field <code>map<int32, uint32> gap_histogram = 24;</code> @param array|\Google\Protobuf\Internal\MapField $var @return $this
setGapHistogram
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getNacks() { return $this->nacks; }
Generated from protobuf field <code>uint32 nacks = 25;</code> @return int
getNacks
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setNacks($var) { GPBUtil::checkUint32($var); $this->nacks = $var; return $this; }
Generated from protobuf field <code>uint32 nacks = 25;</code> @param int $var @return $this
setNacks
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getNackAcks() { return $this->nack_acks; }
Generated from protobuf field <code>uint32 nack_acks = 37;</code> @return int
getNackAcks
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setNackAcks($var) { GPBUtil::checkUint32($var); $this->nack_acks = $var; return $this; }
Generated from protobuf field <code>uint32 nack_acks = 37;</code> @param int $var @return $this
setNackAcks
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getNackMisses() { return $this->nack_misses; }
Generated from protobuf field <code>uint32 nack_misses = 26;</code> @return int
getNackMisses
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setNackMisses($var) { GPBUtil::checkUint32($var); $this->nack_misses = $var; return $this; }
Generated from protobuf field <code>uint32 nack_misses = 26;</code> @param int $var @return $this
setNackMisses
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getNackRepeated() { return $this->nack_repeated; }
Generated from protobuf field <code>uint32 nack_repeated = 38;</code> @return int
getNackRepeated
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setNackRepeated($var) { GPBUtil::checkUint32($var); $this->nack_repeated = $var; return $this; }
Generated from protobuf field <code>uint32 nack_repeated = 38;</code> @param int $var @return $this
setNackRepeated
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPlis() { return $this->plis; }
Generated from protobuf field <code>uint32 plis = 27;</code> @return int
getPlis
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPlis($var) { GPBUtil::checkUint32($var); $this->plis = $var; return $this; }
Generated from protobuf field <code>uint32 plis = 27;</code> @param int $var @return $this
setPlis
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getLastPli() { return $this->last_pli; }
Generated from protobuf field <code>.google.protobuf.Timestamp last_pli = 28;</code> @return \Google\Protobuf\Timestamp|null
getLastPli
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setLastPli($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class); $this->last_pli = $var; return $this; }
Generated from protobuf field <code>.google.protobuf.Timestamp last_pli = 28;</code> @param \Google\Protobuf\Timestamp $var @return $this
setLastPli
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getFirs() { return $this->firs; }
Generated from protobuf field <code>uint32 firs = 29;</code> @return int
getFirs
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setFirs($var) { GPBUtil::checkUint32($var); $this->firs = $var; return $this; }
Generated from protobuf field <code>uint32 firs = 29;</code> @param int $var @return $this
setFirs
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getLastFir() { return $this->last_fir; }
Generated from protobuf field <code>.google.protobuf.Timestamp last_fir = 30;</code> @return \Google\Protobuf\Timestamp|null
getLastFir
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setLastFir($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class); $this->last_fir = $var; return $this; }
Generated from protobuf field <code>.google.protobuf.Timestamp last_fir = 30;</code> @param \Google\Protobuf\Timestamp $var @return $this
setLastFir
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getRttCurrent() { return $this->rtt_current; }
Generated from protobuf field <code>uint32 rtt_current = 31;</code> @return int
getRttCurrent
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setRttCurrent($var) { GPBUtil::checkUint32($var); $this->rtt_current = $var; return $this; }
Generated from protobuf field <code>uint32 rtt_current = 31;</code> @param int $var @return $this
setRttCurrent
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getRttMax() { return $this->rtt_max; }
Generated from protobuf field <code>uint32 rtt_max = 32;</code> @return int
getRttMax
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setRttMax($var) { GPBUtil::checkUint32($var); $this->rtt_max = $var; return $this; }
Generated from protobuf field <code>uint32 rtt_max = 32;</code> @param int $var @return $this
setRttMax
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getKeyFrames() { return $this->key_frames; }
Generated from protobuf field <code>uint32 key_frames = 33;</code> @return int
getKeyFrames
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setKeyFrames($var) { GPBUtil::checkUint32($var); $this->key_frames = $var; return $this; }
Generated from protobuf field <code>uint32 key_frames = 33;</code> @param int $var @return $this
setKeyFrames
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getLastKeyFrame() { return $this->last_key_frame; }
Generated from protobuf field <code>.google.protobuf.Timestamp last_key_frame = 34;</code> @return \Google\Protobuf\Timestamp|null
getLastKeyFrame
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setLastKeyFrame($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class); $this->last_key_frame = $var; return $this; }
Generated from protobuf field <code>.google.protobuf.Timestamp last_key_frame = 34;</code> @param \Google\Protobuf\Timestamp $var @return $this
setLastKeyFrame
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getLayerLockPlis() { return $this->layer_lock_plis; }
Generated from protobuf field <code>uint32 layer_lock_plis = 35;</code> @return int
getLayerLockPlis
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setLayerLockPlis($var) { GPBUtil::checkUint32($var); $this->layer_lock_plis = $var; return $this; }
Generated from protobuf field <code>uint32 layer_lock_plis = 35;</code> @param int $var @return $this
setLayerLockPlis
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getLastLayerLockPli() { return $this->last_layer_lock_pli; }
Generated from protobuf field <code>.google.protobuf.Timestamp last_layer_lock_pli = 36;</code> @return \Google\Protobuf\Timestamp|null
getLastLayerLockPli
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setLastLayerLockPli($var) { GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class); $this->last_layer_lock_pli = $var; return $this; }
Generated from protobuf field <code>.google.protobuf.Timestamp last_layer_lock_pli = 36;</code> @param \Google\Protobuf\Timestamp $var @return $this
setLastLayerLockPli
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getPacketDrift() { return $this->packet_drift; }
Generated from protobuf field <code>.livekit.RTPDrift packet_drift = 44;</code> @return \Livekit\RTPDrift|null
getPacketDrift
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setPacketDrift($var) { GPBUtil::checkMessage($var, \Livekit\RTPDrift::class); $this->packet_drift = $var; return $this; }
Generated from protobuf field <code>.livekit.RTPDrift packet_drift = 44;</code> @param \Livekit\RTPDrift $var @return $this
setPacketDrift
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getNtpReportDrift() { return $this->ntp_report_drift; }
Generated from protobuf field <code>.livekit.RTPDrift ntp_report_drift = 45;</code> @return \Livekit\RTPDrift|null
getNtpReportDrift
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setNtpReportDrift($var) { GPBUtil::checkMessage($var, \Livekit\RTPDrift::class); $this->ntp_report_drift = $var; return $this; }
Generated from protobuf field <code>.livekit.RTPDrift ntp_report_drift = 45;</code> @param \Livekit\RTPDrift $var @return $this
setNtpReportDrift
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getRebasedReportDrift() { return $this->rebased_report_drift; }
Generated from protobuf field <code>.livekit.RTPDrift rebased_report_drift = 46;</code> @return \Livekit\RTPDrift|null
getRebasedReportDrift
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setRebasedReportDrift($var) { GPBUtil::checkMessage($var, \Livekit\RTPDrift::class); $this->rebased_report_drift = $var; return $this; }
Generated from protobuf field <code>.livekit.RTPDrift rebased_report_drift = 46;</code> @param \Livekit\RTPDrift $var @return $this
setRebasedReportDrift
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getReceivedReportDrift() { return $this->received_report_drift; }
NEXT_ID: 48 Generated from protobuf field <code>.livekit.RTPDrift received_report_drift = 47;</code> @return \Livekit\RTPDrift|null
getReceivedReportDrift
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function setReceivedReportDrift($var) { GPBUtil::checkMessage($var, \Livekit\RTPDrift::class); $this->received_report_drift = $var; return $this; }
NEXT_ID: 48 Generated from protobuf field <code>.livekit.RTPDrift received_report_drift = 47;</code> @param \Livekit\RTPDrift $var @return $this
setReceivedReportDrift
php
agence104/livekit-server-sdk-php
src/proto/Livekit/RTPStats.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/RTPStats.php
Apache-2.0
public function getSipTrunkId() { return $this->sip_trunk_id; }
Generated from protobuf field <code>string sip_trunk_id = 1;</code> @return string
getSipTrunkId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/GetSIPInboundTrunkRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/GetSIPInboundTrunkRequest.php
Apache-2.0
public function setSipTrunkId($var) { GPBUtil::checkString($var, True); $this->sip_trunk_id = $var; return $this; }
Generated from protobuf field <code>string sip_trunk_id = 1;</code> @param string $var @return $this
setSipTrunkId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/GetSIPInboundTrunkRequest.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/GetSIPInboundTrunkRequest.php
Apache-2.0
public function getSid() { return $this->sid; }
Generated from protobuf field <code>string sid = 1;</code> @return string
getSid
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SpeakerInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php
Apache-2.0
public function setSid($var) { GPBUtil::checkString($var, True); $this->sid = $var; return $this; }
Generated from protobuf field <code>string sid = 1;</code> @param string $var @return $this
setSid
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SpeakerInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php
Apache-2.0
public function getLevel() { return $this->level; }
audio level, 0-1.0, 1 is loudest Generated from protobuf field <code>float level = 2;</code> @return float
getLevel
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SpeakerInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php
Apache-2.0
public function setLevel($var) { GPBUtil::checkFloat($var); $this->level = $var; return $this; }
audio level, 0-1.0, 1 is loudest Generated from protobuf field <code>float level = 2;</code> @param float $var @return $this
setLevel
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SpeakerInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php
Apache-2.0
public function getActive() { return $this->active; }
true if speaker is currently active Generated from protobuf field <code>bool active = 3;</code> @return bool
getActive
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SpeakerInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php
Apache-2.0
public function setActive($var) { GPBUtil::checkBool($var); $this->active = $var; return $this; }
true if speaker is currently active Generated from protobuf field <code>bool active = 3;</code> @param bool $var @return $this
setActive
php
agence104/livekit-server-sdk-php
src/proto/Livekit/SpeakerInfo.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/SpeakerInfo.php
Apache-2.0
public function getHardwareEncoder() { return $this->hardware_encoder; }
Generated from protobuf field <code>.livekit.ClientConfigSetting hardware_encoder = 1;</code> @return int
getHardwareEncoder
php
agence104/livekit-server-sdk-php
src/proto/Livekit/VideoConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VideoConfiguration.php
Apache-2.0
public function setHardwareEncoder($var) { GPBUtil::checkEnum($var, \Livekit\ClientConfigSetting::class); $this->hardware_encoder = $var; return $this; }
Generated from protobuf field <code>.livekit.ClientConfigSetting hardware_encoder = 1;</code> @param int $var @return $this
setHardwareEncoder
php
agence104/livekit-server-sdk-php
src/proto/Livekit/VideoConfiguration.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/VideoConfiguration.php
Apache-2.0
public function getAudioCodec() { return $this->audio_codec; }
desired audio codec to publish to room Generated from protobuf field <code>.livekit.AudioCodec audio_codec = 1;</code> @return int
getAudioCodec
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioEncodingOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php
Apache-2.0
public function setAudioCodec($var) { GPBUtil::checkEnum($var, \Livekit\AudioCodec::class); $this->audio_codec = $var; return $this; }
desired audio codec to publish to room Generated from protobuf field <code>.livekit.AudioCodec audio_codec = 1;</code> @param int $var @return $this
setAudioCodec
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioEncodingOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php
Apache-2.0
public function getBitrate() { return $this->bitrate; }
Generated from protobuf field <code>uint32 bitrate = 2;</code> @return int
getBitrate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioEncodingOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php
Apache-2.0
public function setBitrate($var) { GPBUtil::checkUint32($var); $this->bitrate = $var; return $this; }
Generated from protobuf field <code>uint32 bitrate = 2;</code> @param int $var @return $this
setBitrate
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioEncodingOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php
Apache-2.0
public function getDisableDtx() { return $this->disable_dtx; }
Generated from protobuf field <code>bool disable_dtx = 3;</code> @return bool
getDisableDtx
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioEncodingOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php
Apache-2.0
public function setDisableDtx($var) { GPBUtil::checkBool($var); $this->disable_dtx = $var; return $this; }
Generated from protobuf field <code>bool disable_dtx = 3;</code> @param bool $var @return $this
setDisableDtx
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioEncodingOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php
Apache-2.0
public function getChannels() { return $this->channels; }
Generated from protobuf field <code>uint32 channels = 4;</code> @return int
getChannels
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioEncodingOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php
Apache-2.0
public function setChannels($var) { GPBUtil::checkUint32($var); $this->channels = $var; return $this; }
Generated from protobuf field <code>uint32 channels = 4;</code> @param int $var @return $this
setChannels
php
agence104/livekit-server-sdk-php
src/proto/Livekit/IngressAudioEncodingOptions.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/IngressAudioEncodingOptions.php
Apache-2.0
public function getId() { return $this->id; }
Generated from protobuf field <code>string id = 1;</code> @return string
getId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AgentDispatch.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php
Apache-2.0
public function setId($var) { GPBUtil::checkString($var, True); $this->id = $var; return $this; }
Generated from protobuf field <code>string id = 1;</code> @param string $var @return $this
setId
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AgentDispatch.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php
Apache-2.0
public function getAgentName() { return $this->agent_name; }
Generated from protobuf field <code>string agent_name = 2;</code> @return string
getAgentName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AgentDispatch.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php
Apache-2.0
public function setAgentName($var) { GPBUtil::checkString($var, True); $this->agent_name = $var; return $this; }
Generated from protobuf field <code>string agent_name = 2;</code> @param string $var @return $this
setAgentName
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AgentDispatch.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php
Apache-2.0
public function getRoom() { return $this->room; }
Generated from protobuf field <code>string room = 3;</code> @return string
getRoom
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AgentDispatch.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php
Apache-2.0
public function setRoom($var) { GPBUtil::checkString($var, True); $this->room = $var; return $this; }
Generated from protobuf field <code>string room = 3;</code> @param string $var @return $this
setRoom
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AgentDispatch.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php
Apache-2.0
public function getMetadata() { return $this->metadata; }
Generated from protobuf field <code>string metadata = 4;</code> @return string
getMetadata
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AgentDispatch.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php
Apache-2.0
public function setMetadata($var) { GPBUtil::checkString($var, True); $this->metadata = $var; return $this; }
Generated from protobuf field <code>string metadata = 4;</code> @param string $var @return $this
setMetadata
php
agence104/livekit-server-sdk-php
src/proto/Livekit/AgentDispatch.php
https://github.com/agence104/livekit-server-sdk-php/blob/master/src/proto/Livekit/AgentDispatch.php
Apache-2.0