Documentation

TrackType
in package

Protobuf type <code>livekit.TrackType</code>

Table of Contents

Constants

AUDIO  = 0
Generated from protobuf enum <code>AUDIO = 0;</code>
DATA  = 2
Generated from protobuf enum <code>DATA = 2;</code>
VIDEO  = 1
Generated from protobuf enum <code>VIDEO = 1;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

AUDIO

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

public mixed AUDIO = 0

DATA

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

public mixed DATA = 2

VIDEO

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

public mixed VIDEO = 1

Properties

$valueToName

private static mixed $valueToName = [self::AUDIO => 'AUDIO', self::VIDEO => 'VIDEO', self::DATA => 'DATA']

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