class Bitmovin::Encoding::Manifests::HlsAudioMedia

Attributes

assoc_language[RW]
autoselect[RW]
characteristics[RW]
drm_id[RW]
encoding_id[RW]
end_segment_number[RW]
group_id[RW]
is_default[RW]
language[RW]
manifest_id[RW]
muxing_id[RW]
name[RW]
segment_path[RW]
start_segment_number[RW]
stream_id[RW]
uri[RW]

Public Class Methods

new(manifest_id, hash = {}) click to toggle source
Calls superclass method Bitmovin::Resource::new
# File lib/bitmovin/encoding/manifests/hls_audio_media.rb, line 20
def initialize(manifest_id, hash = {})
  hsh = ActiveSupport::HashWithIndifferentAccess.new(underscore_hash(hash))
  @manifest_id = manifest_id
  init_instance(File.join("/v1/encoding/manifests/hls/", manifest_id, "media/audio"))
  super(hsh)
end

Public Instance Methods

ignore_fields() click to toggle source
# File lib/bitmovin/encoding/manifests/hls_audio_media.rb, line 27
def ignore_fields
  return [:@manifest_id, :@id]
end