public abstract static class Session.SessionOptions
extends java.lang.Object
Session.Builder.sessionOptions(Session.SessionOptions sessionOptions)
method.Constructor and Description |
---|
SessionOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCamera2Capable()
Return
true for devices that can use the Camera2 API
for capturing images. |
boolean |
isHwDecodingSupported()
Deprecated.
|
boolean |
useTextureViews()
Return
true if you want publishers and subscriber to use TextureViews
instead of GLSurfaceViews. |
@Deprecated public boolean isHwDecodingSupported()
public boolean isCamera2Capable()
true
for devices that can use the Camera2 API
for capturing images.public boolean useTextureViews()
true
if you want publishers and subscriber to use TextureViews
instead of GLSurfaceViews.