Sha256: 2249bc723986e8e0127cfc6d4309527589d917ecf9e12db916cbd438ce2cd62a

Contents?: true

Size: 263 Bytes

Versions: 11

Compression:

Stored size: 263 Bytes

Contents

module Bitmovin::Encoding::Manifests
  class DashRepresentations
    def initialize(id)
      @manifest_id = id
    end
    attr_accessor :manifest_id

    [:fmp4, :webm].each do |representation|
      define_method representation do

      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bitmovin-ruby-0.9.1 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.9.0 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.8.1 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.8.0 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.7.0 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.5.0 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.4.0 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.3.0 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.2.0 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.1.1 lib/bitmovin/encoding/manifests/dash_representations.rb
bitmovin-ruby-0.1.0 lib/bitmovin/encoding/manifests/dash_representations.rb