mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Document spatialization behavior constants.
PiperOrigin-RevId: 508602059
This commit is contained in:
parent
6af6cbec2a
commit
1c29131016
1 changed files with 4 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue