Merge "Move two audio APIs back the the greylist." into qt-dev
am: 811c8a06e0
Change-Id: Idb532fdaacf1ba0cf129d0113ae35dfc07366c29
This commit is contained in:
@@ -990,9 +990,9 @@ public class AudioSystem
|
|||||||
public static native int setMasterBalance(float balance);
|
public static native int setMasterBalance(float balance);
|
||||||
|
|
||||||
// helpers for android.media.AudioManager.getProperty(), see description there for meaning
|
// helpers for android.media.AudioManager.getProperty(), see description there for meaning
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 112561552)
|
@UnsupportedAppUsage(trackingBug = 134049522)
|
||||||
public static native int getPrimaryOutputSamplingRate();
|
public static native int getPrimaryOutputSamplingRate();
|
||||||
@UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 112561552)
|
@UnsupportedAppUsage(trackingBug = 134049522)
|
||||||
public static native int getPrimaryOutputFrameCount();
|
public static native int getPrimaryOutputFrameCount();
|
||||||
@UnsupportedAppUsage
|
@UnsupportedAppUsage
|
||||||
public static native int getOutputLatency(int stream);
|
public static native int getOutputLatency(int stream);
|
||||||
|
|||||||
Reference in New Issue
Block a user