Enum Manifest.Types.ManifestType (2.1.0)

public enum ManifestType

The manifest type can be either HLS or DASH.

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Fields

NameDescription
Dash

Create DASH manifest. The corresponding file extension is .mpd.

Hls

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

Unspecified

The manifest type is not specified.