Update class comment.
An AudioProfile is specific to an audio format and lists supported
sampling rates and channel masks for that format.
An {@link AudioDeviceInfo} has a list of supported AudioProfiles.
Test: None
Change-Id: I491c60d88be2abc93463a0a85ed96d8c6c7601ed
This commit is contained in:
@@ -19,10 +19,8 @@ package android.media;
|
||||
import android.annotation.NonNull;
|
||||
|
||||
/**
|
||||
* AudioProfile is a class used by {@link AudioDeviceInfo} to list the audio formats, sampling rates
|
||||
* and channel masks supported.
|
||||
* Each AudioProfile is specific to an audio format and lists all sampling rates and channel masks
|
||||
* supported for this format.
|
||||
* An AudioProfile is specific to an audio format and lists supported sampling rates and
|
||||
* channel masks for that format. An {@link AudioDeviceInfo} has a list of supported AudioProfiles.
|
||||
*/
|
||||
public class AudioProfile {
|
||||
private final int mFormat;
|
||||
|
||||
Reference in New Issue
Block a user