Live Stream v1 API - Enum Manifest.Types.ManifestType (1.0.0)

public enum ManifestType

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

The manifest type can be either HLS or DASH.

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Fields

NameDescription
Dash

Create a 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.