mirror of
https://github.com/androidx/media.git
synced 2025-05-04 22:20:47 +08:00
Fix incorrect IntDef usage
#minor-release PiperOrigin-RevId: 341668326
This commit is contained in:
parent
4ae0401c34
commit
b1eef00b80
@ -54,8 +54,8 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
private @MonotonicNonNull SurfaceTexture surfaceTexture;
|
||||
|
||||
// Used by other threads only
|
||||
private volatile @C.StreamType int defaultStereoMode;
|
||||
private @C.StreamType int lastStereoMode;
|
||||
@C.StereoMode private volatile int defaultStereoMode;
|
||||
@C.StereoMode private int lastStereoMode;
|
||||
@Nullable private byte[] lastProjectionData;
|
||||
|
||||
// Methods called on any thread.
|
||||
|
Loading…
x
Reference in New Issue
Block a user