Google Cloud Video Live Stream V1 Client - Class OutputType (1.2.0)

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

OutputType represents the output type of the clip.

Protobuf type google.cloud.video.livestream.v1.Clip.OutputType

Namespace

Google \ Cloud \ Video \ LiveStream \ V1 \ Clip

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OUTPUT_TYPE_UNSPECIFIED

Value: 0

OutputType is not specified.

Generated from protobuf enum OUTPUT_TYPE_UNSPECIFIED = 0;

MANIFEST

Value: 1

OutputType is a VOD manifest. This is the default value.

Generated from protobuf enum MANIFEST = 1;

MP4

Value: 2

OutputType is an MP4 file.

Generated from protobuf enum MP4 = 2;