module Bitmovin::Encoding::Manifests

Public Class Methods

dash() click to toggle source
# File lib/bitmovin/encoding/manifests.rb, line 7
def self.dash
  # TODO
end
hls() click to toggle source
# File lib/bitmovin/encoding/manifests.rb, line 11
def self.hls
  # TODO
end
list(*args) click to toggle source
# File lib/bitmovin/encoding/manifests.rb, line 3
def self.list(*args)
  # TODO
end