Commit 1c291310 by tonihei Committed by christosts

Document spatialization behavior constants.

PiperOrigin-RevId: 508602059
parent 6af6cbec
...@@ -329,7 +329,10 @@ public final class C { ...@@ -329,7 +329,10 @@ public final class C {
*/ */
public static final int ENCODING_OPUS = AudioFormat.ENCODING_OPUS; 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 @Documented
@Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.SOURCE)
@Target(TYPE_USE) @Target(TYPE_USE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment