com.opentok.android.Session.SessionOptions
Direct Known Subclasses:
: Session.ConfigurableSessionOptions
Enclosing class:
: Session
public abstract static class Session.SessionOptions extends Object
A base class for defining advanced session options with the
Session.Builder.sessionOptions(Session.SessionOptions sessionOptions) method.
Constructor Summary
Constructors
Constructor
Description
SessionOptions()
Method Summary
All MethodsInstance MethodsConcrete MethodsDeprecated Methods
Modifier and Type
Method
Description
boolean
isCamera2Capable()
Deprecated.
boolean
isHwDecodingSupported()
Deprecated.
boolean
useTextureViews()
Return true if you want publishers and subscriber to use TextureViews
instead of GLSurfaceViews.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Details
SessionOptions
public SessionOptions()
Method Details
isHwDecodingSupported
@Deprecated public boolean isHwDecodingSupported()
Deprecated.
This method has been deprecated, and it does not have any functionality.
isCamera2Capable
@Deprecated public boolean isCamera2Capable()
Deprecated.
This method has been deprecated, and it does not have any functionality.
useTextureViews
public boolean useTextureViews()
Return true if you want publishers and subscriber to use TextureViews
instead of GLSurfaceViews.