Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9b001f2 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android (Google) Code Review
Browse files

Merge "Spatialization modes: fix constant typos"

parents e741f50b b69f96aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ package android.media;
@Backing(type="byte")
enum SpatializationMode {
    /** The spatializer supports binaural mode (over headphones type devices). */
    SPATIALIZATER_BINAURAL = 0,
    SPATIALIZER_BINAURAL = 0,
    /** The spatializer supports transaural mode (over speaker type devices). */
    SPATIALIZATER_TRANSAURAL = 1,
    SPATIALIZER_TRANSAURAL = 1,
}