Documentation

RTPMungerState extends Message
in package

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

Table of Contents

Properties

$ext_last_sequence_number  : mixed
Generated from protobuf field <code>uint64 ext_last_sequence_number = 1;</code>
$ext_last_timestamp  : mixed
Generated from protobuf field <code>uint64 ext_last_timestamp = 3;</code>
$ext_second_last_sequence_number  : mixed
Generated from protobuf field <code>uint64 ext_second_last_sequence_number = 2;</code>
$ext_second_last_timestamp  : mixed
Generated from protobuf field <code>uint64 ext_second_last_timestamp = 4;</code>
$last_marker  : mixed
Generated from protobuf field <code>bool last_marker = 5;</code>
$second_last_marker  : mixed
Generated from protobuf field <code>bool second_last_marker = 6;</code>

Methods

__construct()  : mixed
Constructor.
getExtLastSequenceNumber()  : int|string
Generated from protobuf field <code>uint64 ext_last_sequence_number = 1;</code>
getExtLastTimestamp()  : int|string
Generated from protobuf field <code>uint64 ext_last_timestamp = 3;</code>
getExtSecondLastSequenceNumber()  : int|string
Generated from protobuf field <code>uint64 ext_second_last_sequence_number = 2;</code>
getExtSecondLastTimestamp()  : int|string
Generated from protobuf field <code>uint64 ext_second_last_timestamp = 4;</code>
getLastMarker()  : bool
Generated from protobuf field <code>bool last_marker = 5;</code>
getSecondLastMarker()  : bool
Generated from protobuf field <code>bool second_last_marker = 6;</code>
setExtLastSequenceNumber()  : $this
Generated from protobuf field <code>uint64 ext_last_sequence_number = 1;</code>
setExtLastTimestamp()  : $this
Generated from protobuf field <code>uint64 ext_last_timestamp = 3;</code>
setExtSecondLastSequenceNumber()  : $this
Generated from protobuf field <code>uint64 ext_second_last_sequence_number = 2;</code>
setExtSecondLastTimestamp()  : $this
Generated from protobuf field <code>uint64 ext_second_last_timestamp = 4;</code>
setLastMarker()  : $this
Generated from protobuf field <code>bool last_marker = 5;</code>
setSecondLastMarker()  : $this
Generated from protobuf field <code>bool second_last_marker = 6;</code>

Properties

$ext_last_sequence_number

Generated from protobuf field <code>uint64 ext_last_sequence_number = 1;</code>

protected mixed $ext_last_sequence_number = 0

$ext_last_timestamp

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

protected mixed $ext_last_timestamp = 0

$ext_second_last_sequence_number

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

protected mixed $ext_second_last_sequence_number = 0

$ext_second_last_timestamp

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

protected mixed $ext_second_last_timestamp = 0

$last_marker

Generated from protobuf field <code>bool last_marker = 5;</code>

protected mixed $last_marker = false

$second_last_marker

Generated from protobuf field <code>bool second_last_marker = 6;</code>

protected mixed $second_last_marker = false

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|string $ext_last_sequence_number
@type int|string $ext_second_last_sequence_number
@type int|string $ext_last_timestamp
@type int|string $ext_second_last_timestamp
@type bool $last_marker
@type bool $second_last_marker

}

getExtLastSequenceNumber()

Generated from protobuf field <code>uint64 ext_last_sequence_number = 1;</code>

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

getExtLastTimestamp()

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

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

getExtSecondLastSequenceNumber()

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

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

getExtSecondLastTimestamp()

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

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

getLastMarker()

Generated from protobuf field <code>bool last_marker = 5;</code>

public getLastMarker() : bool
Return values
bool

getSecondLastMarker()

Generated from protobuf field <code>bool second_last_marker = 6;</code>

public getSecondLastMarker() : bool
Return values
bool

setExtLastSequenceNumber()

Generated from protobuf field <code>uint64 ext_last_sequence_number = 1;</code>

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

setExtLastTimestamp()

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

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

setExtSecondLastSequenceNumber()

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

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

setExtSecondLastTimestamp()

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

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

setLastMarker()

Generated from protobuf field <code>bool last_marker = 5;</code>

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

setSecondLastMarker()

Generated from protobuf field <code>bool second_last_marker = 6;</code>

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

        
On this page

Search results