Documentation

IngressInput
in package

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

Table of Contents

Constants

RTMP_INPUT  = 0
Generated from protobuf enum <code>RTMP_INPUT = 0;</code>
URL_INPUT  = 2
Pull from the provided URL. Only HTTP url are supported, serving either a single media file or a HLS stream
WHIP_INPUT  = 1
Generated from protobuf enum <code>WHIP_INPUT = 1;</code>

Properties

$valueToName  : mixed

Methods

name()  : mixed
value()  : mixed

Constants

RTMP_INPUT

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

public mixed RTMP_INPUT = 0

URL_INPUT

Pull from the provided URL. Only HTTP url are supported, serving either a single media file or a HLS stream

public mixed URL_INPUT = 2

Generated from protobuf enum URL_INPUT = 2;

WHIP_INPUT

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

public mixed WHIP_INPUT = 1

Properties

$valueToName

private static mixed $valueToName = [self::RTMP_INPUT => 'RTMP_INPUT', self::WHIP_INPUT => 'WHIP_INPUT', self::URL_INPUT => 'URL_INPUT']

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