PlayoutDelay
extends Message
in package
Generated from protobuf message <code>livekit.PlayoutDelay</code>
Table of Contents
Properties
- $enabled : mixed
- Generated from protobuf field <code>bool enabled = 1;</code>
- $max : mixed
- Generated from protobuf field <code>uint32 max = 3;</code>
- $min : mixed
- Generated from protobuf field <code>uint32 min = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getEnabled() : bool
- Generated from protobuf field <code>bool enabled = 1;</code>
- getMax() : int
- Generated from protobuf field <code>uint32 max = 3;</code>
- getMin() : int
- Generated from protobuf field <code>uint32 min = 2;</code>
- setEnabled() : $this
- Generated from protobuf field <code>bool enabled = 1;</code>
- setMax() : $this
- Generated from protobuf field <code>uint32 max = 3;</code>
- setMin() : $this
- Generated from protobuf field <code>uint32 min = 2;</code>
Properties
$enabled
Generated from protobuf field <code>bool enabled = 1;</code>
protected
mixed
$enabled
= false
$max
Generated from protobuf field <code>uint32 max = 3;</code>
protected
mixed
$max
= 0
$min
Generated from protobuf field <code>uint32 min = 2;</code>
protected
mixed
$min
= 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 bool $enabled @type int $min @type int $max}
getEnabled()
Generated from protobuf field <code>bool enabled = 1;</code>
public
getEnabled() : bool
Return values
boolgetMax()
Generated from protobuf field <code>uint32 max = 3;</code>
public
getMax() : int
Return values
intgetMin()
Generated from protobuf field <code>uint32 min = 2;</code>
public
getMin() : int
Return values
intsetEnabled()
Generated from protobuf field <code>bool enabled = 1;</code>
public
setEnabled(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetMax()
Generated from protobuf field <code>uint32 max = 3;</code>
public
setMax(int $var) : $this
Parameters
- $var : int
Return values
$thissetMin()
Generated from protobuf field <code>uint32 min = 2;</code>
public
setMin(int $var) : $this
Parameters
- $var : int