Enum Manifest.Types.ManifestType (1.0.0-beta04)

public enum ManifestType

The manifest type can be either "HLS" or "DASH".

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.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.