Documentation

WorkerPong extends Message
in package

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

Table of Contents

Properties

$last_timestamp  : mixed
Generated from protobuf field <code>int64 last_timestamp = 1;</code>
$timestamp  : mixed
Generated from protobuf field <code>int64 timestamp = 2;</code>

Methods

__construct()  : mixed
Constructor.
getLastTimestamp()  : int|string
Generated from protobuf field <code>int64 last_timestamp = 1;</code>
getTimestamp()  : int|string
Generated from protobuf field <code>int64 timestamp = 2;</code>
setLastTimestamp()  : $this
Generated from protobuf field <code>int64 last_timestamp = 1;</code>
setTimestamp()  : $this
Generated from protobuf field <code>int64 timestamp = 2;</code>

Properties

$last_timestamp

Generated from protobuf field <code>int64 last_timestamp = 1;</code>

protected mixed $last_timestamp = 0

$timestamp

Generated from protobuf field <code>int64 timestamp = 2;</code>

protected mixed $timestamp = 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|string $last_timestamp
@type int|string $timestamp

}

getLastTimestamp()

Generated from protobuf field <code>int64 last_timestamp = 1;</code>

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

getTimestamp()

Generated from protobuf field <code>int64 timestamp = 2;</code>

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

setLastTimestamp()

Generated from protobuf field <code>int64 last_timestamp = 1;</code>

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

setTimestamp()

Generated from protobuf field <code>int64 timestamp = 2;</code>

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

        
On this page

Search results