Class StageStream

    • Method Detail

      • getDevice

        public Device getDevice()
      • requestRTCStats

        public void requestRTCStats()
        request RTC statistics about this StageStream, if is is not being published or subscribed, it is a no-op
      • requestQualityStats

        public void requestQualityStats()
        request quality statistics about this StageStream
      • getMuted

        public boolean getMuted()
      • getPreview

        public ImagePreviewView getPreview()
        Create a preview for this stream, only works when Type = Video Please use getPreviewSurfaceView() if you can, it has better performance
        Returns:
        A new preview for this image stream
      • getPreviewSurfaceView

        public abstract ImagePreviewSurfaceView getPreviewSurfaceView()
        Create a preview for this stream, only works when Type = Video
        Returns:
        A new preview for this image stream
      • getPreviewTextureView

        public abstract ImagePreviewView getPreviewTextureView()
        Create a preview for this stream, only works when Type = Video Please use getPreviewSurfaceView() if you can, it has better performance
        Returns:
        A new preview for this image stream