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