SeekRequest
extends Message
in package
Generated from protobuf message <code>replay.SeekRequest</code>
Table of Contents
Properties
- $playback_id : mixed
- Generated from protobuf field <code>string playback_id = 1;</code>
- $seek_offset : mixed
- timestamp (ms)
Methods
- __construct() : mixed
- Constructor.
- getPlaybackId() : string
- Generated from protobuf field <code>string playback_id = 1;</code>
- getSeekOffset() : int|string
- timestamp (ms)
- setPlaybackId() : $this
- Generated from protobuf field <code>string playback_id = 1;</code>
- setSeekOffset() : $this
- timestamp (ms)
Properties
$playback_id
Generated from protobuf field <code>string playback_id = 1;</code>
protected
mixed
$playback_id
= ''
$seek_offset
timestamp (ms)
protected
mixed
$seek_offset
= 0
Generated from protobuf field int64 seek_offset = 2;
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 $playback_id @type int|string $seek_offset timestamp (ms)}
getPlaybackId()
Generated from protobuf field <code>string playback_id = 1;</code>
public
getPlaybackId() : string
Return values
stringgetSeekOffset()
timestamp (ms)
public
getSeekOffset() : int|string
Generated from protobuf field int64 seek_offset = 2;
Return values
int|stringsetPlaybackId()
Generated from protobuf field <code>string playback_id = 1;</code>
public
setPlaybackId(string $var) : $this
Parameters
- $var : string
Return values
$thissetSeekOffset()
timestamp (ms)
public
setSeekOffset(int|string $var) : $this
Generated from protobuf field int64 seek_offset = 2;
Parameters
- $var : int|string