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

This commit is contained in:
Amy Zhang
2020-10-28 17:26:44 +00:00
committed by Android (Google) Code Review

View File

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