Interface protos.google.cloud.video.transcoder.v1beta1.IProgress (1.7.2)

Properties of a Progress.

Package

@google-cloud/video-transcoder

Properties

analyzed

analyzed?: (number|null);

Progress analyzed

Property Value
TypeDescription
(number|null)

encoded

encoded?: (number|null);

Progress encoded

Property Value
TypeDescription
(number|null)

notified

notified?: (number|null);

Progress notified

Property Value
TypeDescription
(number|null)

uploaded

uploaded?: (number|null);

Progress uploaded

Property Value
TypeDescription
(number|null)