class Bitmovin::Encoding::Manifests::AudioAdaptationSet

Attributes

lang[RW]
manifest_id[RW]
period_id[RW]
roles[RW]

Public Class Methods

new(manifest_id, period_id, hash = {}) click to toggle source
# File lib/bitmovin/encoding/manifests/audio_adaptation_set.rb, line 4
def initialize(manifest_id, period_id, hash = {})
  init_instance(File.join("/v1/encoding/manifests/dash/", manifest_id, "periods", period_id, "adaptationsets/audio"))
  @manifest_id = manifest_id
  @period_id = period_id
end

Public Instance Methods

ignore_fields() click to toggle source
# File lib/bitmovin/encoding/manifests/audio_adaptation_set.rb, line 17
def ignore_fields
  [:@manifest_id, :@period_id]
end