ReplayInfo
extends Message
in package
Generated from protobuf message <code>livekit.ReplayInfo</code>
Table of Contents
Properties
- $duration_ms : mixed
- Generated from protobuf field <code>int64 duration_ms = 4;</code>
- $replay_id : mixed
- Generated from protobuf field <code>string replay_id = 1 [(.logger.name) = "replayID"];</code>
- $room_name : mixed
- Generated from protobuf field <code>string room_name = 2;</code>
- $start_time : mixed
- Generated from protobuf field <code>int64 start_time = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- getDurationMs() : int|string
- Generated from protobuf field <code>int64 duration_ms = 4;</code>
- getReplayId() : string
- Generated from protobuf field <code>string replay_id = 1 [(.logger.name) = "replayID"];</code>
- getRoomName() : string
- Generated from protobuf field <code>string room_name = 2;</code>
- getStartTime() : int|string
- Generated from protobuf field <code>int64 start_time = 3;</code>
- setDurationMs() : $this
- Generated from protobuf field <code>int64 duration_ms = 4;</code>
- setReplayId() : $this
- Generated from protobuf field <code>string replay_id = 1 [(.logger.name) = "replayID"];</code>
- setRoomName() : $this
- Generated from protobuf field <code>string room_name = 2;</code>
- setStartTime() : $this
- Generated from protobuf field <code>int64 start_time = 3;</code>
Properties
$duration_ms
Generated from protobuf field <code>int64 duration_ms = 4;</code>
protected
mixed
$duration_ms
= 0
$replay_id
Generated from protobuf field <code>string replay_id = 1 [(.logger.name) = "replayID"];</code>
protected
mixed
$replay_id
= ''
$room_name
Generated from protobuf field <code>string room_name = 2;</code>
protected
mixed
$room_name
= ''
$start_time
Generated from protobuf field <code>int64 start_time = 3;</code>
protected
mixed
$start_time
= 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 string $replay_id @type string $room_name @type int|string $start_time @type int|string $duration_ms}
getDurationMs()
Generated from protobuf field <code>int64 duration_ms = 4;</code>
public
getDurationMs() : int|string
Return values
int|stringgetReplayId()
Generated from protobuf field <code>string replay_id = 1 [(.logger.name) = "replayID"];</code>
public
getReplayId() : string
Return values
stringgetRoomName()
Generated from protobuf field <code>string room_name = 2;</code>
public
getRoomName() : string
Return values
stringgetStartTime()
Generated from protobuf field <code>int64 start_time = 3;</code>
public
getStartTime() : int|string
Return values
int|stringsetDurationMs()
Generated from protobuf field <code>int64 duration_ms = 4;</code>
public
setDurationMs(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetReplayId()
Generated from protobuf field <code>string replay_id = 1 [(.logger.name) = "replayID"];</code>
public
setReplayId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoomName()
Generated from protobuf field <code>string room_name = 2;</code>
public
setRoomName(string $var) : $this
Parameters
- $var : string
Return values
$thissetStartTime()
Generated from protobuf field <code>int64 start_time = 3;</code>
public
setStartTime(int|string $var) : $this
Parameters
- $var : int|string