Enum Input.Type (0.3.0)

public enum Input.Type extends Enum<Input.Type> implements ProtocolMessageEnum

The type of the input.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
RTMP_PUSH

Input will take an rtmp input stream.

RTMP_PUSH = 1;

RTMP_PUSH_VALUE

Input will take an rtmp input stream.

RTMP_PUSH = 1;

SRT_PUSH

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

SRT_PUSH = 2;

SRT_PUSH_VALUE

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

SRT_PUSH = 2;

TYPE_UNSPECIFIED

Input type is not specified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Input type is not specified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()