Documentation

TimedVersion extends Message
in package

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

Table of Contents

Properties

$ticks  : mixed
Generated from protobuf field <code>int32 ticks = 2;</code>
$unix_micro  : mixed
Generated from protobuf field <code>int64 unix_micro = 1;</code>

Methods

__construct()  : mixed
Constructor.
getTicks()  : int
Generated from protobuf field <code>int32 ticks = 2;</code>
getUnixMicro()  : int|string
Generated from protobuf field <code>int64 unix_micro = 1;</code>
setTicks()  : $this
Generated from protobuf field <code>int32 ticks = 2;</code>
setUnixMicro()  : $this
Generated from protobuf field <code>int64 unix_micro = 1;</code>

Properties

$ticks

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

protected mixed $ticks = 0

$unix_micro

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

protected mixed $unix_micro = 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 $unix_micro
@type int $ticks

}

getTicks()

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

public getTicks() : int
Return values
int

getUnixMicro()

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

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

setTicks()

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

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

setUnixMicro()

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

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

        
On this page

Search results