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

public enum Manifest.Types.ManifestType

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

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

Namespace

Google.Cloud.Video.Transcoder.V1

Assembly

Google.Cloud.Video.Transcoder.V1.dll

Fields

Name Description
Dash

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

Hls

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

Unspecified

The manifest type is not specified.