public final class C extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHANNEL_OUT_7POINT1_SURROUND |
static int |
CRYPTO_MODE_AES_CTR |
static int |
ENCODING_AC3 |
static int |
ENCODING_DTS |
static int |
ENCODING_DTS_HD |
static int |
ENCODING_E_AC3 |
static int |
ENCODING_INVALID |
static int |
ENCODING_PCM_16BIT |
static int |
ENCODING_PCM_24BIT
PCM encoding with 24 bits per sample.
|
static int |
ENCODING_PCM_32BIT
PCM encoding with 32 bits per sample.
|
static int |
ENCODING_PCM_8BIT |
static int |
LENGTH_UNBOUNDED
Represents an unbounded length of data.
|
static long |
MATCH_LONGEST_US
Represents a microsecond duration whose exact value is unknown, but which should match the
longest of some other known durations.
|
static long |
MICROS_PER_SECOND
The number of microseconds in one second.
|
static int |
RESULT_END_OF_INPUT
A return value for methods where the end of an input was encountered.
|
static int |
RESULT_MAX_LENGTH_EXCEEDED
A return value for methods where the length of parsed data exceeds the maximum length allowed.
|
static int |
SAMPLE_FLAG_DECODE_ONLY
Indicates that a sample should be decoded but not rendered.
|
static int |
SAMPLE_FLAG_ENCRYPTED |
static int |
SAMPLE_FLAG_SYNC |
static int |
STEREO_MODE_LEFT_RIGHT
Indicates Left-Right stereo layout, used with 360/3D/VR videos.
|
static int |
STEREO_MODE_MONO
Indicates Monoscopic stereo layout, used with 360/3D/VR videos.
|
static int |
STEREO_MODE_TOP_BOTTOM
Indicates Top-Bottom stereo layout, used with 360/3D/VR videos.
|
static long |
UNKNOWN_TIME_US
Represents an unknown microsecond time or duration.
|
static String |
UTF8_NAME
The name of the UTF-8 charset.
|
public static final long UNKNOWN_TIME_US
public static final long MATCH_LONGEST_US
public static final long MICROS_PER_SECOND
public static final int LENGTH_UNBOUNDED
public static final String UTF8_NAME
public static final int CRYPTO_MODE_AES_CTR
public static final int ENCODING_INVALID
public static final int ENCODING_PCM_8BIT
public static final int ENCODING_PCM_16BIT
public static final int ENCODING_PCM_24BIT
public static final int ENCODING_PCM_32BIT
public static final int ENCODING_AC3
AudioFormat.ENCODING_AC3
,
Constant Field Valuespublic static final int ENCODING_E_AC3
AudioFormat.ENCODING_E_AC3
,
Constant Field Valuespublic static final int ENCODING_DTS
AudioFormat.ENCODING_DTS
,
Constant Field Valuespublic static final int ENCODING_DTS_HD
AudioFormat.ENCODING_DTS_HD
,
Constant Field Valuespublic static final int CHANNEL_OUT_7POINT1_SURROUND
AudioFormat.CHANNEL_OUT_7POINT1_SURROUND
public static final int SAMPLE_FLAG_SYNC
public static final int SAMPLE_FLAG_ENCRYPTED
public static final int SAMPLE_FLAG_DECODE_ONLY
public static final int RESULT_END_OF_INPUT
public static final int RESULT_MAX_LENGTH_EXCEEDED
public static final int STEREO_MODE_MONO
public static final int STEREO_MODE_TOP_BOTTOM
public static final int STEREO_MODE_LEFT_RIGHT