Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f3ddf94 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "[AudioEffect V6] Add missing sources in schemas" am: dde44ce9 am: 8acc85f3

Change-Id: I33990162dbf8fa489273f6db947d88d4ebaed99b
parents 6e07f897 8acc85f3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -138,6 +138,8 @@ package audio.effects.V6_0 {
  public enum StreamInputType {
    method public String getRawName();
    enum_constant public static final audio.effects.V6_0.StreamInputType camcorder;
    enum_constant public static final audio.effects.V6_0.StreamInputType echo_reference;
    enum_constant public static final audio.effects.V6_0.StreamInputType fm_tuner;
    enum_constant public static final audio.effects.V6_0.StreamInputType mic;
    enum_constant public static final audio.effects.V6_0.StreamInputType unprocessed;
    enum_constant public static final audio.effects.V6_0.StreamInputType voice_call;
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,8 @@
      <xs:enumeration value="voice_communication"/>
      <xs:enumeration value="unprocessed"/>
      <xs:enumeration value="voice_performance"/>
      <xs:enumeration value="echo_reference"/>
      <xs:enumeration value="fm_tuner"/>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="streamOutputType">