Interface CaptureSource


public interface CaptureSource
The source for a content capture session.
Since:
7.20
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    The name of the capture source.
    default Bitmap
    Returns a Bitmap that contains the image of the capture source.
    Returns the CaptureSourceType of this capture source.
  • Method Details

    • thumbnail

      default Bitmap thumbnail()
      Returns a Bitmap that contains the image of the capture source.
    • name

      default String name()
      The name of the capture source.

      The name is not guaranteed to be unique.

    • type

      default CaptureSourceType type()
      Returns the CaptureSourceType of this capture source.