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

Commit eccf7a30 authored by Amy Zhang's avatar Amy Zhang Committed by Android (Google) Code Review
Browse files

Merge "Add intDef for the return value of AvSettings.getAudio/VideoStreamType"

parents aea66d60 fc4296f3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ public class AvSettings extends Settings {
    /**
     * Get the Audio Stream Type.
     */
    @AudioStreamType
    public int getAudioStreamType() {
        return mAudioStreamType;
    }
@@ -206,6 +207,7 @@ public class AvSettings extends Settings {
    /**
     * Get the Video Stream Type.
     */
    @VideoStreamType
    public int getVideoStreamType() {
        return mVideoStreamType;
    }