Click or drag to resize
Mp3AudioEncoderConfigurationMpeg1Upsample Property
Force MPEG1 Audio upsampling.
sample Frequencies 16000, 22050, 24000 are MPEG2 by default.
Setting MPEG1Upsample to true will force the encoder to use MPEG1.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Mpeg1Upsample { get; set; }

Property Value

Type: Boolean
true if mpeg 1 upsample, false if not.
See Also