Sha256: 8d80951bb5ecaec1752149bdfc6930c8e40e15c552095388d884e408567659e7
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
# frozen_string_literal: true module MkvToolNix module Types module PropEdit module AudioProperty include CommonProperty extend Extensions::Iterable SAMPLING_FREQUENCY = Property.new('sampling-frequency') BIT_DEPTH = Property.new('bit-depth') CHANNELS = Property.new('channels') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mkvtoolnix-1.0.0 | lib/mkvtoolnix/types/propedit/audio_property.rb |
mkvtoolnix-0.7.0 | lib/mkvtoolnix/types/propedit/audio_property.rb |