public interface CaptureSource
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
name()
The name of the capture source.
|
default Bitmap |
thumbnail()
Returns a
Bitmap that contains the image of the capture source. |
default CaptureSourceType |
type()
Returns the
CaptureSourceType of this capture source. |
default Bitmap thumbnail()
Bitmap
that contains the image of the capture source.default java.lang.String name()
The name is not guaranteed to be unique.
default CaptureSourceType type()
CaptureSourceType
of this capture source.