Document spatialization behavior constants.

PiperOrigin-RevId: 508602059
This commit is contained in:
tonihei 2023-02-10 10:08:46 +00:00 committed by christosts
parent 6af6cbec2a
commit 1c29131016

View file

@ -329,7 +329,10 @@ public final class C {
*/
public static final int ENCODING_OPUS = AudioFormat.ENCODING_OPUS;
/** Represents the behavior affecting whether spatialization will be used. */
/**
* Represents the behavior affecting whether spatialization will be used. One of {@link
* #SPATIALIZATION_BEHAVIOR_AUTO} or {@link #SPATIALIZATION_BEHAVIOR_NEVER}.
*/
@Documented
@Retention(RetentionPolicy.SOURCE)
@Target(TYPE_USE)