Package com.vidispine.generated
Class AudioTranscodePresetType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.AudioTranscodePresetType.PropInfo
-
- Enclosing class:
- AudioTranscodePresetType
public static class AudioTranscodePresetType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALL_CHANNEL
static String
BITRATE
static String
CHANNEL
static String
CODEC
static String
FRAMERATE
static String
MIX
static String
MONO_FILE
static String
NO_AUDIO
static String
OTIF
static String
OUTPUT
static String
PRESET
static String
SETTING
static String
STREAM
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
CODEC
public static final transient String CODEC
- See Also:
- Constant Field Values
-
BITRATE
public static final transient String BITRATE
- See Also:
- Constant Field Values
-
FRAMERATE
public static final transient String FRAMERATE
- See Also:
- Constant Field Values
-
CHANNEL
public static final transient String CHANNEL
- See Also:
- Constant Field Values
-
STREAM
public static final transient String STREAM
- See Also:
- Constant Field Values
-
PRESET
public static final transient String PRESET
- See Also:
- Constant Field Values
-
NO_AUDIO
public static final transient String NO_AUDIO
- See Also:
- Constant Field Values
-
SETTING
public static final transient String SETTING
- See Also:
- Constant Field Values
-
MIX
public static final transient String MIX
- See Also:
- Constant Field Values
-
OTIF
public static final transient String OTIF
- See Also:
- Constant Field Values
-
MONO_FILE
public static final transient String MONO_FILE
- See Also:
- Constant Field Values
-
ALL_CHANNEL
public static final transient String ALL_CHANNEL
- See Also:
- Constant Field Values
-
OUTPUT
public static final transient String OUTPUT
- See Also:
- Constant Field Values
-
-