Class Ac4Util.SyncFrameInfo
- java.lang.Object
-
- com.google.android.exoplayer2.audio.Ac4Util.SyncFrameInfo
-
-
Field Summary
Fields Modifier and Type Field Description intbitstreamVersionThe bitstream version.intchannelCountThe number of audio channelsintframeSizeThe size of the frame.intsampleCountNumber of audio samples in the frame.intsampleRateThe audio sampling rate in Hz.
-
-
-
Field Detail
-
bitstreamVersion
public final int bitstreamVersion
The bitstream version.
-
sampleRate
public final int sampleRate
The audio sampling rate in Hz.
-
channelCount
public final int channelCount
The number of audio channels
-
frameSize
public final int frameSize
The size of the frame.
-
sampleCount
public final int sampleCount
Number of audio samples in the frame.
-
-