Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AudioProfile

AudioProfile defines quality settings of the audio input device. Use the static methods to create presets optimized for fullband speech and fullband music with a mono channel.

Hierarchy

  • AudioProfile

Index

Constructors

constructor

  • Constructs an AudioProfile given an audio bitrate. If no audio bitrate is supplied, then the default AudioProfile is constructed. The default AudioProfile does not adjust the browser's internal bitrate setting.

    Parameters

    • audioBitrateBps: number = null

    Returns AudioProfile

Properties

audioBitrateBps

audioBitrateBps: number

Methods

isStereo

  • isStereo(): boolean

Static fullbandMusicMono

Static fullbandMusicStereo

Static fullbandSpeechMono

Generated using TypeDoc