com.opentok.android.Session.SessionOptions
直接の既知のサブクラス:
: Session.ConfigurableSessionOptions
包含クラス: : セッション
public abstract static class Session.SessionOptions extends 目的
で高度なセッションオプションを定義するための基底クラス
Session.Builder.sessionOptions(Session.SessionOptions sessionOptions) メソッドを使用する。
コンストラクタの概要
コンストラクタ
コンストラクタ
説明
SessionOptions()
方法の概要
すべてのメソッド インスタンスメソッド 具体的なメソッド 非推奨のメソッド
修飾子と型
方法
説明
boolean
isCamera2Capable()
非推奨です。
boolean
isHwDecodingSupported()
非推奨です。
boolean
useTextureViews()
戻る true パブリッシャーやサブスクライバーに、GLSurfaceViewの代わりに
TextureViewを使用させたい場合。
java.lang クラスから継承されたメソッド。目的
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
コンストラクタの詳細
SessionOptions
public SessionOptions()
メソッドの詳細
isHwDecodingSupported
@非推奨 public boolean isHwDecodingSupported()
非推奨です。
このメソッドは非推奨となっており、機能は一切備えていません。
isCamera2Capable
@非推奨 public boolean isCamera2Capable()
非推奨です。
このメソッドは非推奨となっており、機能は一切備えていません。
useTextureViews
public boolean useTextureViews()
戻る true パブリッシャーやサブスクライバーに、GLSurfaceViewの代わりに
TextureViewを使用させたい場合。