Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AudioEncoderBase

Package version

Base type for all audio encoder presets, which define the recipe or instructions on how audio should be processed.

Hierarchy

  • AudioEncoderBase

Index

Properties

Properties

Optional bitrateKbps

bitrateKbps: undefined | string

Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.

type

type: "#Microsoft.VideoAnalyzer.AudioEncoderAac"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc