SeekRequest
extends Message
in package
Generated from protobuf message <code>livekit.SeekRequest</code>
Table of Contents
Properties
- $playback_id : mixed
- Generated from protobuf field <code>string playback_id = 1 [(.logger.name) = "playbackID"];</code>
- $seek_offset_ms : mixed
- timestamp (ms)
Methods
- __construct() : mixed
- Constructor.
- getPlaybackId() : string
- Generated from protobuf field <code>string playback_id = 1 [(.logger.name) = "playbackID"];</code>
- getSeekOffsetMs() : int|string
- timestamp (ms)
- setPlaybackId() : $this
- Generated from protobuf field <code>string playback_id = 1 [(.logger.name) = "playbackID"];</code>
- setSeekOffsetMs() : $this
- timestamp (ms)
Properties
$playback_id
Generated from protobuf field <code>string playback_id = 1 [(.logger.name) = "playbackID"];</code>
protected
mixed
$playback_id
= ''
$seek_offset_ms
timestamp (ms)
protected
mixed
$seek_offset_ms
= 0
Generated from protobuf field int64 seek_offset_ms = 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_ms timestamp (ms)}
getPlaybackId()
Generated from protobuf field <code>string playback_id = 1 [(.logger.name) = "playbackID"];</code>
public
getPlaybackId() : string
Return values
stringgetSeekOffsetMs()
timestamp (ms)
public
getSeekOffsetMs() : int|string
Generated from protobuf field int64 seek_offset_ms = 2;
Return values
int|stringsetPlaybackId()
Generated from protobuf field <code>string playback_id = 1 [(.logger.name) = "playbackID"];</code>
public
setPlaybackId(string $var) : $this
Parameters
- $var : string
Return values
$thissetSeekOffsetMs()
timestamp (ms)
public
setSeekOffsetMs(int|string $var) : $this
Generated from protobuf field int64 seek_offset_ms = 2;
Parameters
- $var : int|string