コード例 #1
0
ファイル: MinaInstance.java プロジェクト: macavity23/robonobo
 /**
  * The stream priority dictates the importance of streams relative to each other (higher is more
  * important)
  */
 public void setStreamPriority(String streamId, int priority) {
   streamMgr.setPriority(streamId, priority);
 }