docs/doc/reference/com/google/android/exoplayer2/audio/AacUtil.Config.html
Package com.google.android.exoplayer2.audio
Enclosing class:AacUtil
public static final classAacUtil.Configextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Holds sample format information for AAC audio.
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.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public final int sampleRateHz
The sample rate in Hertz.
-
public final int channelCount
The number of channels.
-
public final[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")codecs
The RFC 6381 codecs string.