Class: Livepeer::Shared::Transcode

Inherits:
Utils::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/sdk/models/shared/task.rb

Overview

Parameters for the transcode task

Instance Method Summary collapse

Methods included from MetadataFields

#field, #fields, included, #marshal_json, #marshal_single

Constructor Details

#initialize(profile: nil) ⇒ Transcode

Returns a new instance of Transcode.



93
94
95
# File 'lib/sdk/models/shared/task.rb', line 93

def initialize(profile: nil)
  @profile = profile
end