lame.std
Interface preset_mode


public interface preset_mode

Presets:

    typedef enum preset_mode_e {
        //values from 8 to 320 should be reserved for abr bitrates
        //for abr I'd suggest to directly use the targeted bitrate as a value
        ABR_8 = 8,
        ABR_320 = 320,

        V9 = 410,  // Vx to match Lame and VBR_xx to match FhG
        VBR_10 = 410,
        V8 = 420,
        VBR_20 = 420,
        V7 = 430,
        VBR_30 = 430,
        V6 = 440,
        VBR_40 = 440,
        V5 = 450,
        VBR_50 = 450,
        V4 = 460,
        VBR_60 = 460,
        V3 = 470,
        VBR_70 = 470,
        V2 = 480,
        VBR_80 = 480,
        V1 = 490,
        VBR_90 = 490,
        V0 = 500,
        VBR_100 = 500,


        //still there for compatibility
        R3MIX = 1000,
        STANDARD = 1001,
        EXTREME = 1002,
        INSANE = 1003,
        STANDARD_FAST = 1004,
        EXTREME_FAST = 1005,
        MEDIUM = 1006,
        MEDIUM_FAST = 1007
    } preset_mode;
  


Field Summary
static int ABR_320
           
static int ABR_8
           
static int EXTREME
           
static int EXTREME_FAST
           
static int INSANE
           
static int MEDIUM
           
static int MEDIUM_FAST
           
static int R3MIX
           
static int STANDARD
           
static int STANDARD_FAST
           
static int V0
           
static int V1
           
static int V2
           
static int V3
           
static int V4
           
static int V5
           
static int V6
           
static int V7
           
static int V8
           
static int V9
           
static int VBR_10
           
static int VBR_100
           
static int VBR_20
           
static int VBR_30
           
static int VBR_40
           
static int VBR_50
           
static int VBR_60
           
static int VBR_70
           
static int VBR_80
           
static int VBR_90
           
 

Field Detail

ABR_8

static final int ABR_8
See Also:
Constant Field Values

ABR_320

static final int ABR_320
See Also:
Constant Field Values

V9

static final int V9
See Also:
Constant Field Values

VBR_10

static final int VBR_10
See Also:
Constant Field Values

V8

static final int V8
See Also:
Constant Field Values

VBR_20

static final int VBR_20
See Also:
Constant Field Values

V7

static final int V7
See Also:
Constant Field Values

VBR_30

static final int VBR_30
See Also:
Constant Field Values

V6

static final int V6
See Also:
Constant Field Values

VBR_40

static final int VBR_40
See Also:
Constant Field Values

V5

static final int V5
See Also:
Constant Field Values

VBR_50

static final int VBR_50
See Also:
Constant Field Values

V4

static final int V4
See Also:
Constant Field Values

VBR_60

static final int VBR_60
See Also:
Constant Field Values

V3

static final int V3
See Also:
Constant Field Values

VBR_70

static final int VBR_70
See Also:
Constant Field Values

V2

static final int V2
See Also:
Constant Field Values

VBR_80

static final int VBR_80
See Also:
Constant Field Values

V1

static final int V1
See Also:
Constant Field Values

VBR_90

static final int VBR_90
See Also:
Constant Field Values

V0

static final int V0
See Also:
Constant Field Values

VBR_100

static final int VBR_100
See Also:
Constant Field Values

R3MIX

static final int R3MIX
See Also:
Constant Field Values

STANDARD

static final int STANDARD
See Also:
Constant Field Values

EXTREME

static final int EXTREME
See Also:
Constant Field Values

INSANE

static final int INSANE
See Also:
Constant Field Values

STANDARD_FAST

static final int STANDARD_FAST
See Also:
Constant Field Values

EXTREME_FAST

static final int EXTREME_FAST
See Also:
Constant Field Values

MEDIUM

static final int MEDIUM
See Also:
Constant Field Values

MEDIUM_FAST

static final int MEDIUM_FAST
See Also:
Constant Field Values


Copyright © 2006-2008 Jose Maria Arranz. All Rights Reserved.