public final class C
extends java.lang.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 long |
UNKNOWN_TIME_US
Represents an unknown microsecond time or duration.
|
static java.lang.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 java.lang.String UTF8_NAME
public static final int CRYPTO_MODE_AES_CTR
MediaCodec.CRYPTO_MODE_AES_CTR
,
Constant Field Valuespublic static final int ENCODING_INVALID
AudioFormat.ENCODING_INVALID
,
Constant Field Valuespublic static final int ENCODING_PCM_8BIT
AudioFormat.ENCODING_PCM_8BIT
,
Constant Field Valuespublic static final int ENCODING_PCM_16BIT
AudioFormat.ENCODING_PCM_16BIT
,
Constant Field Valuespublic 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
MediaExtractor.SAMPLE_FLAG_SYNC
,
Constant Field Valuespublic static final int SAMPLE_FLAG_ENCRYPTED
MediaExtractor.SAMPLE_FLAG_ENCRYPTED
,
Constant Field Valuespublic static final int SAMPLE_FLAG_DECODE_ONLY
public static final int RESULT_END_OF_INPUT
public static final int RESULT_MAX_LENGTH_EXCEEDED