Documentation

PlaybackRequest extends Message
in package

Generated from protobuf message <code>replay.PlaybackRequest</code>

Table of Contents

Properties

$playback_room  : mixed
name of room to play into
$replay_id  : mixed
Generated from protobuf field <code>string replay_id = 1;</code>
$seek_offset  : mixed
initial timestamp (ms)

Methods

__construct()  : mixed
Constructor.
getPlaybackRoom()  : string
name of room to play into
getReplayId()  : string
Generated from protobuf field <code>string replay_id = 1;</code>
getSeekOffset()  : int|string
initial timestamp (ms)
setPlaybackRoom()  : $this
name of room to play into
setReplayId()  : $this
Generated from protobuf field <code>string replay_id = 1;</code>
setSeekOffset()  : $this
initial timestamp (ms)

Properties

$playback_room

name of room to play into

protected mixed $playback_room = ''

Generated from protobuf field string playback_room = 2;

$replay_id

Generated from protobuf field <code>string replay_id = 1;</code>

protected mixed $replay_id = ''

$seek_offset

initial timestamp (ms)

protected mixed $seek_offset = 0

Generated from protobuf field int64 seek_offset = 3;

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 $playback_room
      name of room to play into
@type int|string $seek_offset
      initial timestamp (ms)

}

getPlaybackRoom()

name of room to play into

public getPlaybackRoom() : string

Generated from protobuf field string playback_room = 2;

Return values
string

getReplayId()

Generated from protobuf field <code>string replay_id = 1;</code>

public getReplayId() : string
Return values
string

getSeekOffset()

initial timestamp (ms)

public getSeekOffset() : int|string

Generated from protobuf field int64 seek_offset = 3;

Return values
int|string

setPlaybackRoom()

name of room to play into

public setPlaybackRoom(string $var) : $this

Generated from protobuf field string playback_room = 2;

Parameters
$var : string
Return values
$this

setReplayId()

Generated from protobuf field <code>string replay_id = 1;</code>

public setReplayId(string $var) : $this
Parameters
$var : string
Return values
$this

setSeekOffset()

initial timestamp (ms)

public setSeekOffset(int|string $var) : $this

Generated from protobuf field int64 seek_offset = 3;

Parameters
$var : int|string
Return values
$this

        
On this page

Search results