summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/videotech/VideoTech.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/videotech/VideoTech.java')
-rw-r--r--java/com/android/incallui/videotech/VideoTech.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/com/android/incallui/videotech/VideoTech.java b/java/com/android/incallui/videotech/VideoTech.java
index e3753bc65..410c35762 100644
--- a/java/com/android/incallui/videotech/VideoTech.java
+++ b/java/com/android/incallui/videotech/VideoTech.java
@@ -39,6 +39,14 @@ public interface VideoTech {
boolean shouldUseSurfaceView();
+ /**
+ * Returns true if the video is paused. This is different than if the video stream has been turned
+ * off.
+ *
+ * <p>See {@link #isTransmitting()}
+ */
+ boolean isPaused();
+
VideoCallScreenDelegate createVideoCallScreenDelegate(
Context context, VideoCallScreen videoCallScreen);