class Bitmovin::Encoding::Manifests::Period

Attributes

duration[RW]
manifest_id[RW]
start[RW]

Public Class Methods

new(manifest_id, hash = {}) click to toggle source
Calls superclass method Bitmovin::Resource::new
# File lib/bitmovin/encoding/manifests/period.rb, line 5
def initialize(manifest_id, hash = {})
  init_instance(File.join("/v1/encoding/manifests/dash/", manifest_id, "periods"))
  @manifest_id = manifest_id
  super(hash)
  @video_adaptationsets = nil
  @audio_adaptationsets = nil
end