onbon.bx06.area
Class SoundBxInfo

java.lang.Object
  extended by onbon.bx06.area.SoundBxInfo

public class SoundBxInfo
extends Object


Nested Class Summary
static class SoundBxInfo.EncodingType
           
 
Constructor Summary
SoundBxInfo(SoundBxInfo.EncodingType encoding)
           
 
Method Summary
 onbon.bx06.message.area.SoundInfo generate()
           
 String getContent()
           
 SoundBxInfo.EncodingType getEncoding()
           
 int getRepeatDelay()
           
 int getRepeatTimes()
           
 int getSpeaker()
          取得发音人。0 - 5。
 int getSpeed()
          取得音量。
 int getVolume()
           
 void setContent(String content)
           
 void setEncoding(SoundBxInfo.EncodingType encoding)
           
 void setRepeatDelay(int repeatDelay)
           
 void setRepeatTimes(int repeatTimes)
           
 void setSpeaker(int speaker)
          設定发音人。0 - 5。
 void setSpeed(int speed)
          設定音量。0 - 10。
 void setVolume(int volume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundBxInfo

public SoundBxInfo(SoundBxInfo.EncodingType encoding)
Method Detail

getSpeaker

public int getSpeaker()
取得发音人。0 - 5。

Returns:
发音人。

setSpeaker

public void setSpeaker(int speaker)
設定发音人。0 - 5。

Parameters:
speaker - 发音人。

getSpeed

public int getSpeed()
取得音量。

Returns:
音量。

setSpeed

public void setSpeed(int speed)
設定音量。0 - 10。

Parameters:
speed - 音量。

getVolume

public int getVolume()

setVolume

public void setVolume(int volume)

getEncoding

public SoundBxInfo.EncodingType getEncoding()

setEncoding

public void setEncoding(SoundBxInfo.EncodingType encoding)

getContent

public String getContent()

setContent

public void setContent(String content)

getRepeatTimes

public int getRepeatTimes()

setRepeatTimes

public void setRepeatTimes(int repeatTimes)

getRepeatDelay

public int getRepeatDelay()

setRepeatDelay

public void setRepeatDelay(int repeatDelay)

generate

public onbon.bx06.message.area.SoundInfo generate()


Copyright © 2020 onbon. All rights reserved.