UpdateLocalVideoTrack
extends Message
in package
Generated from protobuf message <code>livekit.UpdateLocalVideoTrack</code>
Table of Contents
Properties
- $height : mixed
- Generated from protobuf field <code>uint32 height = 3;</code>
- $track_sid : mixed
- Generated from protobuf field <code>string track_sid = 1;</code>
- $width : mixed
- Generated from protobuf field <code>uint32 width = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getHeight() : int
- Generated from protobuf field <code>uint32 height = 3;</code>
- getTrackSid() : string
- Generated from protobuf field <code>string track_sid = 1;</code>
- getWidth() : int
- Generated from protobuf field <code>uint32 width = 2;</code>
- setHeight() : $this
- Generated from protobuf field <code>uint32 height = 3;</code>
- setTrackSid() : $this
- Generated from protobuf field <code>string track_sid = 1;</code>
- setWidth() : $this
- Generated from protobuf field <code>uint32 width = 2;</code>
Properties
$height
Generated from protobuf field <code>uint32 height = 3;</code>
protected
mixed
$height
= 0
$track_sid
Generated from protobuf field <code>string track_sid = 1;</code>
protected
mixed
$track_sid
= ''
$width
Generated from protobuf field <code>uint32 width = 2;</code>
protected
mixed
$width
= 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 string $track_sid @type int $width @type int $height}
getHeight()
Generated from protobuf field <code>uint32 height = 3;</code>
public
getHeight() : int
Return values
intgetTrackSid()
Generated from protobuf field <code>string track_sid = 1;</code>
public
getTrackSid() : string
Return values
stringgetWidth()
Generated from protobuf field <code>uint32 width = 2;</code>
public
getWidth() : int
Return values
intsetHeight()
Generated from protobuf field <code>uint32 height = 3;</code>
public
setHeight(int $var) : $this
Parameters
- $var : int
Return values
$thissetTrackSid()
Generated from protobuf field <code>string track_sid = 1;</code>
public
setTrackSid(string $var) : $this
Parameters
- $var : string
Return values
$thissetWidth()
Generated from protobuf field <code>uint32 width = 2;</code>
public
setWidth(int $var) : $this
Parameters
- $var : int