Documentation

Mode
in package

Protobuf type <code>livekit.VideoLayer.Mode</code>

Table of Contents

Constants

MODE_UNUSED  = 0
Generated from protobuf enum <code>MODE_UNUSED = 0;</code>
MULTIPLE_SPATIAL_LAYERS_PER_STREAM  = 2
Generated from protobuf enum <code>MULTIPLE_SPATIAL_LAYERS_PER_STREAM = 2;</code>
ONE_SPATIAL_LAYER_PER_STREAM  = 1
Generated from protobuf enum <code>ONE_SPATIAL_LAYER_PER_STREAM = 1;</code>
ONE_SPATIAL_LAYER_PER_STREAM_INCOMPLETE_RTCP_SR  = 3
Generated from protobuf enum <code>ONE_SPATIAL_LAYER_PER_STREAM_INCOMPLETE_RTCP_SR = 3;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

MODE_UNUSED

Generated from protobuf enum <code>MODE_UNUSED = 0;</code>

public mixed MODE_UNUSED = 0

MULTIPLE_SPATIAL_LAYERS_PER_STREAM

Generated from protobuf enum <code>MULTIPLE_SPATIAL_LAYERS_PER_STREAM = 2;</code>

public mixed MULTIPLE_SPATIAL_LAYERS_PER_STREAM = 2

ONE_SPATIAL_LAYER_PER_STREAM

Generated from protobuf enum <code>ONE_SPATIAL_LAYER_PER_STREAM = 1;</code>

public mixed ONE_SPATIAL_LAYER_PER_STREAM = 1

ONE_SPATIAL_LAYER_PER_STREAM_INCOMPLETE_RTCP_SR

Generated from protobuf enum <code>ONE_SPATIAL_LAYER_PER_STREAM_INCOMPLETE_RTCP_SR = 3;</code>

public mixed ONE_SPATIAL_LAYER_PER_STREAM_INCOMPLETE_RTCP_SR = 3

Properties

$valueToName

private static mixed $valueToName = [self::MODE_UNUSED => 'MODE_UNUSED', self::ONE_SPATIAL_LAYER_PER_STREAM => 'ONE_SPATIAL_LAYER_PER_STREAM', self::MULTIPLE_SPATIAL_LAYERS_PER_STREAM => 'MULTIPLE_SPATIAL_LAYERS_PER_STREAM', self::ONE_SPATIAL_LAYER_PER_STREAM_INCOMPLETE_RTCP_SR => 'ONE_SPATIAL_LAYER_PER_STREAM_INCOMPLETE_RTCP_SR']

Methods

name()

public static name(mixed $value) : mixed
Parameters
$value : mixed

value()

public static value(mixed $name) : mixed
Parameters
$name : mixed

        
On this page

Search results