Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ManifestType.
The manifest type can be either HLS
or DASH
.
Protobuf type google.cloud.video.livestream.v1.Manifest.ManifestType
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ ManifestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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 a DASH
manifest. The corresponding file extension is .mpd
.
Generated from protobuf enum DASH = 2;