Share via


AudioEncoderBase Class

Definition

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

public class AudioEncoderBase
type AudioEncoderBase = class
Public Class AudioEncoderBase
Inheritance
AudioEncoderBase
Derived

Constructors

AudioEncoderBase()

Initializes a new instance of the AudioEncoderBase class.

AudioEncoderBase(String)

Initializes a new instance of the AudioEncoderBase class.

Properties

BitrateKbps

Gets or sets 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.

Applies to