docs/doc/reference/com/google/android/exoplayer2/audio/Ac4Util.SyncFrameInfo.html
Package com.google.android.exoplayer2.audio
Enclosing class:Ac4Util
public static final classAc4Util.SyncFrameInfoextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Holds sample format information as presented by a syncframe header.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| int | bitstreamVersion |
The bitstream version.
|
| int | channelCount |
The number of audio channels
|
| int | frameSize |
The size of the frame.
|
| int | sampleCount |
Number of audio samples in the frame.
|
| int | sampleRate |
The audio sampling rate in Hz.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public final int bitstreamVersion
The bitstream version.
-
public final int sampleRate
The audio sampling rate in Hz.
-
public final int channelCount
The number of audio channels
-
public final int frameSize
The size of the frame.
-
public final int sampleCount
Number of audio samples in the frame.