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:
Daniel Cardenas
2021-01-25 09:13:14 -08:00
parent 0ba71bf30e
commit 591df136c9

View File

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