StreamType
in package
Protobuf type <code>livekit.StreamType</code>
Table of Contents
Constants
- DOWNSTREAM = 1
- Generated from protobuf enum <code>DOWNSTREAM = 1;</code>
- UPSTREAM = 0
- Generated from protobuf enum <code>UPSTREAM = 0;</code>
Properties
- $valueToName : mixed
Methods
Constants
DOWNSTREAM
Generated from protobuf enum <code>DOWNSTREAM = 1;</code>
public
mixed
DOWNSTREAM
= 1
UPSTREAM
Generated from protobuf enum <code>UPSTREAM = 0;</code>
public
mixed
UPSTREAM
= 0
Properties
$valueToName
private
static mixed
$valueToName
= [self::UPSTREAM => 'UPSTREAM', self::DOWNSTREAM => 'DOWNSTREAM']
Methods
name()
public
static name(mixed $value) : mixed
Parameters
- $value : mixed
value()
public
static value(mixed $name) : mixed
Parameters
- $name : mixed