Class AacUtil.Config
- java.lang.Object
-
- com.google.android.exoplayer2.audio.AacUtil.Config
-
-
Field Summary
Fields Modifier and Type Field Description int
channelCount
The number of channels.String
codecs
The RFC 6381 codecs string.int
sampleRateHz
The sample rate in Hertz.
-
-
-
Field Detail
-
sampleRateHz
public final int sampleRateHz
The sample rate in Hertz.
-
channelCount
public final int channelCount
The number of channels.
-
codecs
public final String codecs
The RFC 6381 codecs string.
-
-