Package com.vidispine.generated
Class LoudnessMixType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.LoudnessMixType.PropInfo
-
- Enclosing class:
- LoudnessMixType
public static class LoudnessMixType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
static String
SOURCE_CHANNEL
static String
SOURCE_ITEM_TRACK
static String
SOURCE_STREAM
static String
WEIGHTD_B
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
NAME
public static final transient String NAME
- See Also:
- Constant Field Values
-
WEIGHTD_B
public static final transient String WEIGHTD_B
- See Also:
- Constant Field Values
-
SOURCE_ITEM_TRACK
public static final transient String SOURCE_ITEM_TRACK
- See Also:
- Constant Field Values
-
SOURCE_STREAM
public static final transient String SOURCE_STREAM
- See Also:
- Constant Field Values
-
SOURCE_CHANNEL
public static final transient String SOURCE_CHANNEL
- See Also:
- Constant Field Values
-
-