diff --git a/media/java/android/media/tv/tuner/filter/AvSettings.java b/media/java/android/media/tv/tuner/filter/AvSettings.java index 5d9d53174b3ee..e482875c38d3d 100644 --- a/media/java/android/media/tv/tuner/filter/AvSettings.java +++ b/media/java/android/media/tv/tuner/filter/AvSettings.java @@ -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; }