MediaSectionsRequirement
extends Message
in package
Generated from protobuf message <code>livekit.MediaSectionsRequirement</code>
Table of Contents
Properties
- $num_audios : mixed
- Generated from protobuf field <code>uint32 num_audios = 1;</code>
- $num_videos : mixed
- Generated from protobuf field <code>uint32 num_videos = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getNumAudios() : int
- Generated from protobuf field <code>uint32 num_audios = 1;</code>
- getNumVideos() : int
- Generated from protobuf field <code>uint32 num_videos = 2;</code>
- setNumAudios() : $this
- Generated from protobuf field <code>uint32 num_audios = 1;</code>
- setNumVideos() : $this
- Generated from protobuf field <code>uint32 num_videos = 2;</code>
Properties
$num_audios
Generated from protobuf field <code>uint32 num_audios = 1;</code>
protected
mixed
$num_audios
= 0
$num_videos
Generated from protobuf field <code>uint32 num_videos = 2;</code>
protected
mixed
$num_videos
= 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 $num_audios @type int $num_videos}
getNumAudios()
Generated from protobuf field <code>uint32 num_audios = 1;</code>
public
getNumAudios() : int
Return values
intgetNumVideos()
Generated from protobuf field <code>uint32 num_videos = 2;</code>
public
getNumVideos() : int
Return values
intsetNumAudios()
Generated from protobuf field <code>uint32 num_audios = 1;</code>
public
setNumAudios(int $var) : $this
Parameters
- $var : int
Return values
$thissetNumVideos()
Generated from protobuf field <code>uint32 num_videos = 2;</code>
public
setNumVideos(int $var) : $this
Parameters
- $var : int