| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Ac3Util.SyncFrameInfo.StreamType |
AC3 stream types.
|
| Modifier and Type | Field | Description |
|---|---|---|
int |
channelCount |
The number of audio channels
|
int |
frameSize |
The size of the frame.
|
String |
mimeType |
The sample mime type of the bitstream.
|
int |
sampleCount |
Number of audio samples in the frame.
|
int |
sampleRate |
The audio sampling rate in Hz.
|
static int |
STREAM_TYPE_TYPE0 |
Type 0 AC3 stream type.
|
static int |
STREAM_TYPE_TYPE1 |
Type 1 AC3 stream type.
|
static int |
STREAM_TYPE_TYPE2 |
Type 2 AC3 stream type.
|
static int |
STREAM_TYPE_UNDEFINED |
Undefined AC3 stream type.
|
int |
streamType |
public static final int STREAM_TYPE_UNDEFINED
public static final int STREAM_TYPE_TYPE0
public static final int STREAM_TYPE_TYPE1
public static final int STREAM_TYPE_TYPE2
@Nullable public final String mimeType
MimeTypes.AUDIO_AC3 and MimeTypes.AUDIO_E_AC3.@StreamType public final int streamType
public final int sampleRate
public final int channelCount
public final int frameSize
public final int sampleCount