Module: MP4::Metadata::Memoize::Stbl::BinaryStsd

Defined in:
lib/mp4/metadata/memoize/stbl/binary_stsd.rb

Class Method Summary collapse

Class Method Details

.call(track_id, cache, stsd_cache) ⇒ Object



7
8
9
# File 'lib/mp4/metadata/memoize/stbl/binary_stsd.rb', line 7

def call(track_id, cache, stsd_cache)
  cache.add_stsd_content(track_id: track_id.to_i, content: stsd_cache.to_s)
end