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

public enum Manifest.Types.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

GoogleCloudGoogle.Cloud.VideoGoogle.Cloud.Video.LiveStreamV1

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.