Uses of Class
org.robokind.impl.audio.config.WavPlayerConfigRecord.Builder

Packages that use WavPlayerConfigRecord.Builder
org.robokind.impl.audio.config   
 

Uses of WavPlayerConfigRecord.Builder in org.robokind.impl.audio.config
 

Methods in org.robokind.impl.audio.config that return WavPlayerConfigRecord.Builder
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.clearStartDelayMillisec()
          Clears the value of the 'startDelayMillisec' field
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.clearStartTimeMicrosec()
          Clears the value of the 'startTimeMicrosec' field
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.clearStopTimeMicrosec()
          Clears the value of the 'stopTimeMicrosec' field
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.clearWavLocation()
          Clears the value of the 'wavLocation' field
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.clearWavPlayerId()
          Clears the value of the 'wavPlayerId' field
static WavPlayerConfigRecord.Builder WavPlayerConfigRecord.newBuilder()
          Creates a new WavPlayerConfigRecord RecordBuilder
static WavPlayerConfigRecord.Builder WavPlayerConfigRecord.newBuilder(WavPlayerConfigRecord.Builder other)
          Creates a new WavPlayerConfigRecord RecordBuilder by copying an existing Builder
static WavPlayerConfigRecord.Builder WavPlayerConfigRecord.newBuilder(WavPlayerConfigRecord other)
          Creates a new WavPlayerConfigRecord RecordBuilder by copying an existing WavPlayerConfigRecord instance
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.setStartDelayMillisec(long value)
          Sets the value of the 'startDelayMillisec' field
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.setStartTimeMicrosec(long value)
          Sets the value of the 'startTimeMicrosec' field
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.setStopTimeMicrosec(long value)
          Sets the value of the 'stopTimeMicrosec' field
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.setWavLocation(String value)
          Sets the value of the 'wavLocation' field
 WavPlayerConfigRecord.Builder WavPlayerConfigRecord.Builder.setWavPlayerId(String value)
          Sets the value of the 'wavPlayerId' field
 

Methods in org.robokind.impl.audio.config with parameters of type WavPlayerConfigRecord.Builder
static WavPlayerConfigRecord.Builder WavPlayerConfigRecord.newBuilder(WavPlayerConfigRecord.Builder other)
          Creates a new WavPlayerConfigRecord RecordBuilder by copying an existing Builder
 



Copyright © 2011-2014. All Rights Reserved.