Back to Exoplayer

AacUtil.Config (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/audio/AacUtil.Config.html

latest1.5 KB
Original Source

Package com.google.android.exoplayer2.audio

Class AacUtil.Config


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.

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. |

Method Summary

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")codecs

The RFC 6381 codecs string.