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