UNPKG

steam-user

Version:

Steam client for Individual and AnonUser Steam account types

26 lines (22 loc) 421 B
/* eslint-disable */ // Auto-generated by generate-enums script on Thu Feb 24 2022 03:38:38 GMT-0500 (Eastern Standard Time) /** * @enum * @readonly */ const EStreamAudioCodec = { "None": 0, "Raw": 1, "Vorbis": 2, "Opus": 3, "MP3": 4, "AAC": 5, // Value-to-name mapping for convenience "0": "None", "1": "Raw", "2": "Vorbis", "3": "Opus", "4": "MP3", "5": "AAC", }; module.exports = EStreamAudioCodec;