Class: Bitmovin::Encoding::Manifests::VideoAdaptation

Inherits:
Object
  • Object
show all
Defined in:
lib/bitmovin/encoding/manifests/video_adaptation.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(manifest_id) ⇒ VideoAdaptation

Returns a new instance of VideoAdaptation.



3
4
5
# File 'lib/bitmovin/encoding/manifests/video_adaptation.rb', line 3

def initialize(manifest_id)
  @manifest_id = manifest_id
end

Instance Attribute Details

#manifest_idObject

Returns the value of attribute manifest_id.



6
7
8
# File 'lib/bitmovin/encoding/manifests/video_adaptation.rb', line 6

def manifest_id
  @manifest_id
end