Class Google::Cloud::Video::Transcoder::V1beta1::Progress

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#analyzed

def analyzed() -> ::Float
Returns
  • (::Float) — Estimated fractional progress for analyzing step.

#analyzed=

def analyzed=(value) -> ::Float
Parameter
  • value (::Float) — Estimated fractional progress for analyzing step.
Returns
  • (::Float) — Estimated fractional progress for analyzing step.

#encoded

def encoded() -> ::Float
Returns
  • (::Float) — Estimated fractional progress for encoding step.

#encoded=

def encoded=(value) -> ::Float
Parameter
  • value (::Float) — Estimated fractional progress for encoding step.
Returns
  • (::Float) — Estimated fractional progress for encoding step.

#notified

def notified() -> ::Float
Returns
  • (::Float) — Estimated fractional progress for notifying step.

#notified=

def notified=(value) -> ::Float
Parameter
  • value (::Float) — Estimated fractional progress for notifying step.
Returns
  • (::Float) — Estimated fractional progress for notifying step.

#uploaded

def uploaded() -> ::Float
Returns
  • (::Float) — Estimated fractional progress for uploading step.

#uploaded=

def uploaded=(value) -> ::Float
Parameter
  • value (::Float) — Estimated fractional progress for uploading step.
Returns
  • (::Float) — Estimated fractional progress for uploading step.