Method: Bitmovin::Job#manifest
- Defined in:
- lib/bitmovin/job.rb
#manifest(reload = false) ⇒ Hash
Get bitmovin encoding job status
104 105 106 107 108 |
# File 'lib/bitmovin/job.rb', line 104 def manifest(reload = false) return @manifest if !reload && @manifest reload_manifest end |