class Bitmovin::Encoding::Manifests::Fmp4Representation
Attributes
adaptationset_id[RW]
encoding_id[RW]
end_segment_number[RW]
manifest_id[RW]
muxing_id[RW]
period_id[RW]
segment_path[RW]
start_segment_number[RW]
type[RW]
Public Class Methods
new(manifest_id, period_id, adaptationset_id, hash = {})
click to toggle source
Calls superclass method
Bitmovin::Resource::new
# File lib/bitmovin/encoding/manifests/fmp4_representation.rb, line 3 def initialize(manifest_id, period_id, adaptationset_id, hash = {}) init_instance(File.join("/v1/encoding/manifests/dash/", manifest_id, "periods", period_id, "adaptationsets/", adaptationset_id, "representations/fmp4")) super(hash) @manifest_id = manifest_id @period_id = period_id @adaptationset_id = adaptationset_id end