Documentation

Kind
in package

Protobuf type <code>livekit.DataPacket.Kind</code>

Table of Contents

Constants

LOSSY  = 1
Generated from protobuf enum <code>LOSSY = 1;</code>
RELIABLE  = 0
Generated from protobuf enum <code>RELIABLE = 0;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

LOSSY

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

public mixed LOSSY = 1

RELIABLE

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

public mixed RELIABLE = 0

Properties

$valueToName

private static mixed $valueToName = [self::RELIABLE => 'RELIABLE', self::LOSSY => 'LOSSY']

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