Sha256: d80e75b779d285944e89b276f5d2caa1975280613a654b408af372afbc451fb0

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

module Tools
  module Formats
    class F320 < Format
      # Transcode to 320kbps CBR
      def transcode_command
        'Top Kek 320'
      end

      # Locate configuration under key 320
      def key
        '320'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bt-tools-0.3.0 lib/tools/formats/f_320.rb