AVBlocks for .NET
3.0
Audio and Video Software Development Kit
|
Parameters specific to MPEG1 audio encoders. More...
Static Public Attributes | |
static string | ForceV1 = "ENCODER_MPEGAUDIO_FORCE_V1" |
MPEG Audio: Forces MPEG audio to version 1. | |
static string | StereoMode = "ENCODER_MPEGAUDIO_STEREOMODE" |
MPEG Audio: Specifies the stereo mode. | |
Parameters specific to MPEG1 audio encoders.
|
static |
MPEG Audio: Forces MPEG audio to version 1.
This parameter is a boolean value stored as one of the following: System.Boolean (true/false) or integral value (1/0). The default value is false.
|
static |
MPEG Audio: Specifies the stereo mode.
This parameter is an integer.
The supported values are defined in StereoMode enum. The default value is StereoMode.LR.