com.opentok.StreamListProperties.Builder
包含クラス: : StreamListProperties
public static class StreamListProperties.Builder extends 目的
このクラスを使用して、StreamListProperties オブジェクトを作成します。
関連項目:
: - StreamListProperties
コンストラクタの概要
コンストラクタ
コンストラクタ
説明
Builder()
方法の概要
すべてのメソッド インスタンスメソッド 具体的なメソッド
修飾子と型
方法
説明
StreamListProperties.Builder
addStreamProperties(StreamProperties streamProps)
このメソッドを呼び出して、ストリームのレイアウトクラス一覧を設定します。
StreamListProperties
build()
StreamListProperties オブジェクトを作成します。
java.lang クラスから継承されたメソッド。目的
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
コンストラクタの詳細
ビルダー
public Builder()
メソッドの詳細
addStreamProperties
public StreamListProperties.Builder addStreamProperties(StreamProperties streamProps)
このメソッドを呼び出して、ストリームのレイアウトクラス一覧を設定します。
パラメータ:
: streamProps - StreamProperties オブジェクト。
戻り値: : StreamProperties の設定リストを含む StreamListProperties.Builder オブジェクト。
ビルド
public StreamListProperties build()
StreamListProperties オブジェクトを作成します。
戻り値: : StreamListProperties オブジェクト。