UNPKG

@vonage/video

Version:

Package to interact with the Vonage Video API (Not OpenTok Compatible)

18 lines 529 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AudioRate = void 0; /** * Enum representing different audio sample rates. */ var AudioRate; (function (AudioRate) { /** * Represents an audio sample rate of 16 kHz. */ AudioRate[AudioRate["16KHZ"] = 16000] = "16KHZ"; /** * Represents an audio sample rate of 8 kHz. */ AudioRate[AudioRate["8KHZ"] = 8000] = "8KHZ"; })(AudioRate || (exports.AudioRate = AudioRate = {})); //# sourceMappingURL=AudioRate.js.map