Class: Livepeer::Shared::Transcode
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- Livepeer::Shared::Transcode
- Extended by:
- T::Sig
- Defined in:
- lib/sdk/models/shared/task.rb
Overview
Parameters for the transcode task
Instance Method Summary collapse
-
#initialize(profile: nil) ⇒ Transcode
constructor
A new instance of Transcode.
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 |