Class Progress (1.0.0-beta04)

public sealed class Progress : IMessage<Progress>, IEquatable<Progress>, IDeepCloneable<Progress>, IBufferMessage, IMessage

Estimated fractional progress for each step, from 0 to 1.

Inheritance

Object > Progress

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

Progress()

public Progress()

Progress(Progress)

public Progress(Progress other)
Parameter
NameDescription
otherProgress

Properties

Analyzed

public double Analyzed { get; set; }

Estimated fractional progress for analyzing step.

Property Value
TypeDescription
Double

Encoded

public double Encoded { get; set; }

Estimated fractional progress for encoding step.

Property Value
TypeDescription
Double

Notified

public double Notified { get; set; }

Estimated fractional progress for notifying step.

Property Value
TypeDescription
Double

Uploaded

public double Uploaded { get; set; }

Estimated fractional progress for uploading step.

Property Value
TypeDescription
Double