StreamInfoList
extends Message
in package
Generated from protobuf message livekit.StreamInfoList
Table of Contents
Properties
- $info : mixed
- Generated from protobuf field <code>repeated .livekit.StreamInfo info = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getInfo() : RepeatedField<string|int, StreamInfo>
- Generated from protobuf field <code>repeated .livekit.StreamInfo info = 1;</code>
- setInfo() : $this
- Generated from protobuf field <code>repeated .livekit.StreamInfo info = 1;</code>
Properties
$info
Generated from protobuf field <code>repeated .livekit.StreamInfo info = 1;</code>
private
mixed
$info
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 \Livekit\StreamInfo[] $info}
getInfo()
Generated from protobuf field <code>repeated .livekit.StreamInfo info = 1;</code>
public
getInfo() : RepeatedField<string|int, StreamInfo>
Return values
RepeatedField<string|int, StreamInfo>setInfo()
Generated from protobuf field <code>repeated .livekit.StreamInfo info = 1;</code>
public
setInfo(array<string|int, StreamInfo> $var) : $this
Parameters
- $var : array<string|int, StreamInfo>