Click or drag to resize
Mp3AudioEncoderConfigurationStereoMode Property
Gets or sets the Stereo Mode used by the encoder.
Left/Right, Joint, Forced Mid/Side or Mono.

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

Property Value

Type: StereoMode
The stereo mode.
See Also