Documentation

IngressAudioEncodingPreset
in package

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

Table of Contents

Constants

OPUS_MONO_64KBS  = 1
OPUS, 1 channel, 64kbps
OPUS_STEREO_96KBPS  = 0
OPUS, 2 channels, 96kbps

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

OPUS_MONO_64KBS

OPUS, 1 channel, 64kbps

public mixed OPUS_MONO_64KBS = 1

Generated from protobuf enum OPUS_MONO_64KBS = 1;

OPUS_STEREO_96KBPS

OPUS, 2 channels, 96kbps

public mixed OPUS_STEREO_96KBPS = 0

Generated from protobuf enum OPUS_STEREO_96KBPS = 0;

Properties

$valueToName

private static mixed $valueToName = [self::OPUS_STEREO_96KBPS => 'OPUS_STEREO_96KBPS', self::OPUS_MONO_64KBS => 'OPUS_MONO_64KBS']

Methods


        
On this page

Search results