Document spatialization behavior constants.
PiperOrigin-RevId: 508602059 (cherry picked from commit 6066ce43f66317f708e6e0076580e1bc1182186d)
This commit is contained in:
parent
70db687134
commit
0ebb8ff367
@ -331,7 +331,10 @@ public final class C {
|
|||||||
*/
|
*/
|
||||||
@UnstableApi public static final int ENCODING_OPUS = AudioFormat.ENCODING_OPUS;
|
@UnstableApi 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user