Merge "Change AudioDevicesInfo.getFormats() to getEncodings()." into mnc-dev
This commit is contained in:
@@ -14701,7 +14701,7 @@ package android.media {
|
||||
method public int[] getChannelCounts();
|
||||
method public int[] getChannelIndexMasks();
|
||||
method public int[] getChannelMasks();
|
||||
method public int[] getFormats();
|
||||
method public int[] getEncodings();
|
||||
method public int getId();
|
||||
method public java.lang.CharSequence getProductName();
|
||||
method public int[] getSampleRates();
|
||||
|
||||
@@ -15914,7 +15914,7 @@ package android.media {
|
||||
method public int[] getChannelCounts();
|
||||
method public int[] getChannelIndexMasks();
|
||||
method public int[] getChannelMasks();
|
||||
method public int[] getFormats();
|
||||
method public int[] getEncodings();
|
||||
method public int getId();
|
||||
method public java.lang.CharSequence getProductName();
|
||||
method public int[] getSampleRates();
|
||||
|
||||
@@ -203,7 +203,7 @@ public final class AudioDeviceInfo {
|
||||
*
|
||||
* @see AudioFormat
|
||||
*/
|
||||
public @NonNull int[] getFormats() {
|
||||
public @NonNull int[] getEncodings() {
|
||||
return mPort.formats();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user