Class Job.Types.OriginUri (1.0.0-beta04)

public sealed class OriginUri : IMessage<Job.Types.OriginUri>, IEquatable<Job.Types.OriginUri>, IDeepCloneable<Job.Types.OriginUri>, IBufferMessage, IMessage

The origin URI.

Inheritance

Object > Job.Types.OriginUri

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

OriginUri()

public OriginUri()

OriginUri(Job.Types.OriginUri)

public OriginUri(Job.Types.OriginUri other)
Parameter
NameDescription
otherJob.Types.OriginUri

Properties

Dash

public string Dash { get; set; }

Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.

Property Value
TypeDescription
String

Hls

public string Hls { get; set; }

HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.

Property Value
TypeDescription
String