docs/doc/reference/com/google/android/exoplayer2/extractor/VorbisUtil.Mode.html
Package com.google.android.exoplayer2.extractor
Enclosing class:VorbisUtil
public static final classVorbisUtil.Modeextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Vorbis setup header modes.
Fields | Modifier and Type | Field | Description |
| --- | --- | --- |
| boolean | blockFlag | |
| int | mapping | |
| int | transformType | |
| int | windowType | |
Constructors | Constructor | Description |
| --- | --- |
| Mode(boolean blockFlag, int windowType, int transformType, int mapping) | |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public final boolean blockFlag
-
public final int windowType
-
public final int transformType
-
public final int mapping
-
public Mode(boolean blockFlag,
int windowType,
int transformType,
int mapping)