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.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool Mpeg1Upsample { get; set; }
Public Property Mpeg1Upsample As Boolean
Get
Set
public:
property bool Mpeg1Upsample {
bool get ();
void set (bool value);
}
member Mpeg1Upsample : bool with get, set
Property Value
Type:
Boolean
true if mpeg 1 upsample, false if not.
See Also