Ac3Util.SyncFrameInfo
class Ac3Util.SyncFrameInfo
Holds sample format information as presented by a syncframe header.
Summary
Nested types |
|---|
@DocumentedAC3 stream types. |
Constants |
|
|---|---|
const Int |
Type 0 AC3 stream type. |
const Int |
Type 1 AC3 stream type. |
const Int |
Type 2 AC3 stream type. |
const Int |
Undefined AC3 stream type. |
Public properties |
|
|---|---|
Int |
The bitrate of audio samples. |
Int |
The number of audio channels |
Int |
The size of the frame. |
String? |
The sample MIME type of the bitstream. |
Int |
Number of audio samples in the frame. |
Int |
The audio sampling rate in Hz. |
Int |
The type of the stream if |
Constants
Public properties
mimeType
val mimeType: String?
The sample MIME type of the bitstream. One of AUDIO_AC3 and AUDIO_E_AC3.
streamType
@Ac3Util.SyncFrameInfo.StreamType
val streamType: Int
The type of the stream if mimeType is AUDIO_E_AC3, or STREAM_TYPE_UNDEFINED otherwise.