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