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

Commit 54189bf9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update class comment."

parents b93c3c1d 591df136
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;