Documentation

ImageCodec
in package

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

Table of Contents

Constants

IC_DEFAULT  = 0
Generated from protobuf enum <code>IC_DEFAULT = 0;</code>
IC_JPEG  = 1
Generated from protobuf enum <code>IC_JPEG = 1;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

IC_DEFAULT

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

public mixed IC_DEFAULT = 0

IC_JPEG

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

public mixed IC_JPEG = 1

Properties

$valueToName

private static mixed $valueToName = [self::IC_DEFAULT => 'IC_DEFAULT', self::IC_JPEG => 'IC_JPEG']

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