Package com.vidispine.generated
Class AudioComponentType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.AudioComponentType.PropInfo
-
- Enclosing class:
- AudioComponentType
public static class AudioComponentType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BLOCK_ALIGN
static String
CHANNEL_COUNT
static String
CHANNEL_LAYOUT
static String
FRAME_SIZE
static String
MEDIA_INFO
static String
SAMPLE_FORMAT
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
CHANNEL_COUNT
public static final transient String CHANNEL_COUNT
- See Also:
- Constant Field Values
-
CHANNEL_LAYOUT
public static final transient String CHANNEL_LAYOUT
- See Also:
- Constant Field Values
-
SAMPLE_FORMAT
public static final transient String SAMPLE_FORMAT
- See Also:
- Constant Field Values
-
FRAME_SIZE
public static final transient String FRAME_SIZE
- See Also:
- Constant Field Values
-
BLOCK_ALIGN
public static final transient String BLOCK_ALIGN
- See Also:
- Constant Field Values
-
MEDIA_INFO
public static final transient String MEDIA_INFO
- See Also:
- Constant Field Values
-
-