AnalyticsVideoLayer
extends Message
in package
Generated from protobuf message <code>livekit.AnalyticsVideoLayer</code>
Table of Contents
Properties
- $bytes : mixed
- Generated from protobuf field <code>uint64 bytes = 3;</code>
- $frames : mixed
- Generated from protobuf field <code>uint32 frames = 4;</code>
- $layer : mixed
- Generated from protobuf field <code>int32 layer = 1;</code>
- $packets : mixed
- Generated from protobuf field <code>uint32 packets = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getBytes() : int|string
- Generated from protobuf field <code>uint64 bytes = 3;</code>
- getFrames() : int
- Generated from protobuf field <code>uint32 frames = 4;</code>
- getLayer() : int
- Generated from protobuf field <code>int32 layer = 1;</code>
- getPackets() : int
- Generated from protobuf field <code>uint32 packets = 2;</code>
- setBytes() : $this
- Generated from protobuf field <code>uint64 bytes = 3;</code>
- setFrames() : $this
- Generated from protobuf field <code>uint32 frames = 4;</code>
- setLayer() : $this
- Generated from protobuf field <code>int32 layer = 1;</code>
- setPackets() : $this
- Generated from protobuf field <code>uint32 packets = 2;</code>
Properties
$bytes
Generated from protobuf field <code>uint64 bytes = 3;</code>
protected
mixed
$bytes
= 0
$frames
Generated from protobuf field <code>uint32 frames = 4;</code>
protected
mixed
$frames
= 0
$layer
Generated from protobuf field <code>int32 layer = 1;</code>
protected
mixed
$layer
= 0
$packets
Generated from protobuf field <code>uint32 packets = 2;</code>
protected
mixed
$packets
= 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 int $layer @type int $packets @type int|string $bytes @type int $frames}
getBytes()
Generated from protobuf field <code>uint64 bytes = 3;</code>
public
getBytes() : int|string
Return values
int|stringgetFrames()
Generated from protobuf field <code>uint32 frames = 4;</code>
public
getFrames() : int
Return values
intgetLayer()
Generated from protobuf field <code>int32 layer = 1;</code>
public
getLayer() : int
Return values
intgetPackets()
Generated from protobuf field <code>uint32 packets = 2;</code>
public
getPackets() : int
Return values
intsetBytes()
Generated from protobuf field <code>uint64 bytes = 3;</code>
public
setBytes(int|string $var) : $this
Parameters
- $var : int|string
Return values
$thissetFrames()
Generated from protobuf field <code>uint32 frames = 4;</code>
public
setFrames(int $var) : $this
Parameters
- $var : int
Return values
$thissetLayer()
Generated from protobuf field <code>int32 layer = 1;</code>
public
setLayer(int $var) : $this
Parameters
- $var : int
Return values
$thissetPackets()
Generated from protobuf field <code>uint32 packets = 2;</code>
public
setPackets(int $var) : $this
Parameters
- $var : int