Merge "[AudioEffect V6] Add missing sources in schemas" am: dde44ce92c am: 8acc85f35a am: 6f3ddf948e

Change-Id: I22cd018ea4abedbe397ce5fbd4d4555409619a5a
This commit is contained in:
Automerger Merge Worker 2020-01-29 17:20:27 +00:00
commit 53ae7c6ac3
2 changed files with 4 additions and 0 deletions

View file

@ -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;

View file

@ -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">