Sha256: 7816b78fe9cad63c3c308d99e3c40c1e5b27c767e8f9905e4823116479a39226

Contents?: true

Size: 664 Bytes

Versions: 5

Compression:

Stored size: 664 Bytes

Contents

module Bitmovin::Encoding::Manifests
  class Fmp4Representation < Bitmovin::Resource
    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

    attr_accessor :manifest_id
    attr_accessor :period_id
    attr_accessor :adaptationset_id

    attr_accessor :type, :encoding_id, :muxing_id, :start_segment_number, :end_segment_number, :segment_path
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bitmovin-ruby-0.9.1 lib/bitmovin/encoding/manifests/fmp4_representation.rb
bitmovin-ruby-0.9.0 lib/bitmovin/encoding/manifests/fmp4_representation.rb
bitmovin-ruby-0.8.1 lib/bitmovin/encoding/manifests/fmp4_representation.rb
bitmovin-ruby-0.8.0 lib/bitmovin/encoding/manifests/fmp4_representation.rb
bitmovin-ruby-0.7.0 lib/bitmovin/encoding/manifests/fmp4_representation.rb