Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 591df136 authored by Daniel Cardenas's avatar Daniel Cardenas
Browse files

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
parent 0ba71bf3
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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;