コード例 #1
0
ファイル: RubyEngine.java プロジェクト: HEGALLIS/Ruby
 public int speaker(int mode) {
   int ret = ua.speakerMediaApplication(mode);
   Receiver.progress();
   return ret;
 }