Google Cloud Video Live Stream V1 Client - Class Type (0.5.0)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class Type.

The type of the input.

Protobuf type google.cloud.video.livestream.v1.Input.Type

Namespace

Google \ Cloud \ Video \ LiveStream \ V1 \ Input

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Input type is not specified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

RTMP_PUSH

Value: 1

Input will take an rtmp input stream.

Generated from protobuf enum RTMP_PUSH = 1;

SRT_PUSH

Value: 2

Input will take an srt (Secure Reliable Transport) input stream.

Generated from protobuf enum SRT_PUSH = 2;