class Bitmovin::Encoding::Manifests::DashRepresentations

Attributes

manifest_id[RW]

Public Class Methods

new(id) click to toggle source
# File lib/bitmovin/encoding/manifests/dash_representations.rb, line 3
def initialize(id)
  @manifest_id = id
end