Google Cloud Video Transcoder V1 Client - Class ManifestType (0.10.0)

Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class ManifestType.

The manifest type, which corresponds to the adaptive streaming format used.

Protobuf type google.cloud.video.transcoder.v1.Manifest.ManifestType

Namespace

Google \ Cloud \ Video \ Transcoder \ V1 \ Manifest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

MANIFEST_TYPE_UNSPECIFIED

Value: 0

The manifest type is not specified.

Generated from protobuf enum MANIFEST_TYPE_UNSPECIFIED = 0;

HLS

Value: 1

Create an HLS manifest. The corresponding file extension is .m3u8.

Generated from protobuf enum HLS = 1;

DASH

Value: 2

Create an MPEG-DASH manifest. The corresponding file extension is .mpd.

Generated from protobuf enum DASH = 2;