Show page source of aaoh.kaze.Sound #68864

== Class aaoh.kaze.Sound

{{{ comment
============================== class summary ==========================
}}}




=== Defined in: <aaoh.kaze-core.js>.


{{{ comment
============================== constructor summary ====================
}}}

||*||Class Summary||
||||[aaoh.kaze.Sound#constructor aaoh.kaze.Sound]()[[BR]]Sound。||


{{{ comment
============================== properties summary =====================
}}}


{{{ comment
============================== methods summary ========================
}}}



||*||Method Summary||
||||[aaoh.kaze.Sound#beep beep]()[[BR]]ビープ音の再生。||
||||[aaoh.kaze.Sound#getRepeat getRepeat]()[[BR]]リピート再生の取得。||
||||[aaoh.kaze.Sound#getVolume getVolume]()[[BR]]音量の取得。||
||||[aaoh.kaze.Sound#isBeep isBeep]()[[BR]]ビープ音の再生が行えるか。||
||||[aaoh.kaze.Sound#isRepeat isRepeat]()[[BR]]リピート再生が行えるか。||
||||[aaoh.kaze.Sound#isSound isSound]()[[BR]]音の再生が行えるか。||
||||[aaoh.kaze.Sound#isVolume isVolume]()[[BR]]音量の設定が行えるか。||
||||[aaoh.kaze.Sound#play play](file)[[BR]]音を再生します。||
||||[aaoh.kaze.Sound#setRepeat setRepeat](flgRepeat)[[BR]]リピート再生の設定。||
||||[aaoh.kaze.Sound#setVolume setVolume](volume)[[BR]]音量の設定。||
||||[aaoh.kaze.Sound#stop stop]()[[BR]]音を停止します。||






{{{ comment
============================== events summary ========================
}}}


[[BR]]

{{{ comment
============================== constructor details ====================
}}}

== Class Detail #constructor

==== aaoh.kaze.Sound()

  * Sound。


















{{{ comment
============================== field details ==========================
}}}


{{{ comment
============================== method details =========================
}}}

== Method Detail


==== beep() #beep
  * ビープ音の再生。


















==== {Boolean} getRepeat() #getRepeat
  * リピート再生の取得。












  * Returns
    * {Boolean}  リピート再生を行うときにはtrueを返す







==== {Number} getVolume() #getVolume
  * 音量の取得。












  * Returns
    * {Number}  音量(0 - 100)







==== {Boolean} isBeep() #isBeep
  * ビープ音の再生が行えるか。












  * Returns
    * {Boolean}  ビープ音の再生が行えるときにはtrueを返す







==== {Boolean} isRepeat() #isRepeat
  * リピート再生が行えるか。












  * Returns
    * {Boolean}  リピート再生が行えるときにはtrueを返す







==== {Boolean} isSound() #isSound
  * 音の再生が行えるか。












  * Returns
    * {Boolean}  音の再生が行えるときにはtrueを返す







==== {Boolean} isVolume() #isVolume
  * 音量の設定が行えるか。












  * Returns
    * {Boolean}  音の設定が行えるときにはtrueを返す







==== play(file) #play
  * 音を再生します。




  * Parameters
    * {String}  file
      * 再生ファイル















==== setRepeat(flgRepeat) #setRepeat
  * リピート再生の設定。




  * Parameters
    * {Boolean}  flgRepeat
      * リピート再生















==== setVolume(volume) #setVolume
  * 音量の設定。




  * Parameters
    * {Number}  volume
      * 音量(0 - 100)















==== stop() #stop
  * 音を停止します。




















{{{ comment
============================== event details =========================
}}}