Module: Bitmovin::Encoding::Manifests

Defined in:
lib/bitmovin/encoding/manifests.rb,
lib/bitmovin/encoding/manifests/list.rb,
lib/bitmovin/encoding/manifests/period.rb,
lib/bitmovin/encoding/manifests/hls_manifest.rb,
lib/bitmovin/encoding/manifests/dash_manifest.rb,
lib/bitmovin/encoding/manifests/hls_audio_media.rb,
lib/bitmovin/encoding/manifests/video_adaptation.rb,
lib/bitmovin/encoding/manifests/manifest_resource.rb,
lib/bitmovin/encoding/manifests/hls_variant_stream.rb,
lib/bitmovin/encoding/manifests/fmp4_representation.rb,
lib/bitmovin/encoding/manifests/audio_adaptation_set.rb,
lib/bitmovin/encoding/manifests/dash_representations.rb,
lib/bitmovin/encoding/manifests/video_adaptation_set.rb,
lib/bitmovin/encoding/manifests/hls_variant_stream_list.rb

Defined Under Namespace

Classes: AudioAdaptationSet, DashManifest, DashRepresentations, Fmp4Representation, HlsAudioMedia, HlsManifest, HlsVariantStream, HlsVariantStreamList, List, ManifestResource, Period, VideoAdaptation, VideoAdaptationSet

Class Method Summary collapse

Class Method Details

.dashObject



7
8
9
# File 'lib/bitmovin/encoding/manifests.rb', line 7

def self.dash
  # TODO
end

.hlsObject



11
12
13
# File 'lib/bitmovin/encoding/manifests.rb', line 11

def self.hls
  # TODO
end

.list(*args) ⇒ Object



3
4
5
# File 'lib/bitmovin/encoding/manifests.rb', line 3

def self.list(*args)
  # TODO
end