public static final class Ac3Util.SyncFrameInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Ac3Util.SyncFrameInfo.StreamType
AC3 stream types.
|
Modifier and Type | Field and Description |
---|---|
int |
channelCount
The number of audio channels
|
int |
frameSize
The size of the frame.
|
java.lang.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
public final java.lang.String mimeType
MimeTypes.AUDIO_AC3
and
MimeTypes.AUDIO_E_AC3
.public final int streamType
public final int sampleRate
public final int channelCount
public final int frameSize
public final int sampleCount