[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:
olly 2020-03-25 19:31:08 +00:00 committed by Oliver Woodman
parent d0fc83ed8a
commit dd54259d47

View File

@ -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");