UpdateLocalAudioTrack
extends Message
in package
Generated from protobuf message <code>livekit.UpdateLocalAudioTrack</code>
Table of Contents
Properties
- $track_sid : mixed
- Generated from protobuf field <code>string track_sid = 1;</code>
- $features : mixed
- Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getFeatures() : RepeatedField<string|int, int>
- Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>
- getTrackSid() : string
- Generated from protobuf field <code>string track_sid = 1;</code>
- setFeatures() : $this
- Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>
- setTrackSid() : $this
- Generated from protobuf field <code>string track_sid = 1;</code>
Properties
$track_sid
Generated from protobuf field <code>string track_sid = 1;</code>
protected
mixed
$track_sid
= ''
$features
Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>
private
mixed
$features
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 $track_sid @type int[] $features}
getFeatures()
Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>
public
getFeatures() : RepeatedField<string|int, int>
Return values
RepeatedField<string|int, int>getTrackSid()
Generated from protobuf field <code>string track_sid = 1;</code>
public
getTrackSid() : string
Return values
stringsetFeatures()
Generated from protobuf field <code>repeated .livekit.AudioTrackFeature features = 2;</code>
public
setFeatures(array<string|int, int> $var) : $this
Parameters
- $var : array<string|int, int>
Return values
$thissetTrackSid()
Generated from protobuf field <code>string track_sid = 1;</code>
public
setTrackSid(string $var) : $this
Parameters
- $var : string