Transcoder v1 API - Enum Manifest.Types.ManifestType (2.5.0)

public enum Manifest.Types.ManifestType

Reference documentation and code samples for the Transcoder v1 API enum Manifest.Types.ManifestType.

The manifest type can be either HLS or DASH.

Namespace

GoogleGoogle.CloudGoogle.Cloud.VideoGoogle.Cloud.Video.TranscoderV1

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.