mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
[ExoV2 + Ambisonic] Adds ambisonic audio support to ExoV2.
Defines a new no_native_gvr build rule in ExoPlayerV2 that doesn't depend on the shared object in the VR sdk. PiperOrigin-RevId: 302945930
This commit is contained in:
parent
d0fc83ed8a
commit
dd54259d47
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ import java.nio.ByteOrder;
|
||||||
* href="https://github.com/google/ExoPlayer/issues">issue tracker</a>.
|
* href="https://github.com/google/ExoPlayer/issues">issue tracker</a>.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public final class GvrAudioProcessor implements AudioProcessor {
|
public class GvrAudioProcessor implements AudioProcessor {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
ExoPlayerLibraryInfo.registerModule("goog.exo.gvr");
|
ExoPlayerLibraryInfo.registerModule("goog.exo.gvr");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue