Esempio n. 1
0
 public static AudioTheme audioTheme(AudioTheme.Theme theme)
 {
     return(new AudioTheme(theme));
 }
Esempio n. 2
0
 public AudioController theme(AudioTheme.Theme theme)
 {
     droneConnection.sendCommand(AudioTheme.audioTheme(theme));
     return(this);
 }
Esempio n. 3
0
 protected internal AudioTheme(AudioTheme.Theme theme)
 {
     this.theme = theme;
 }