Sha256: dbdecf9d1d6ee6d169f198c018d84b41face54cd89fba29118aa0d8b49f155ca

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

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

      # Locate configuration under key 320
      def key
        'V0'
      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_v0.rb