Merge "Add AUDIO_ENCAPSULATION_TYPE_PCM." am: f49af6b686
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2362642 Change-Id: I25fff099e11192ba6304180ac7222e0f9e9eebc6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
32d6ff6854
2 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,7 @@ package android.audio.policy.configuration {
|
|||
method @NonNull public String getRawName();
|
||||
enum_constant public static final android.audio.policy.configuration.AudioEncapsulationType AUDIO_ENCAPSULATION_TYPE_IEC61937;
|
||||
enum_constant public static final android.audio.policy.configuration.AudioEncapsulationType AUDIO_ENCAPSULATION_TYPE_NONE;
|
||||
enum_constant public static final android.audio.policy.configuration.AudioEncapsulationType AUDIO_ENCAPSULATION_TYPE_PCM;
|
||||
}
|
||||
|
||||
public enum AudioFormat {
|
||||
|
|
|
@ -576,6 +576,7 @@
|
|||
<xs:restriction base="xs:string">
|
||||
<xs:enumeration value="AUDIO_ENCAPSULATION_TYPE_NONE"/>
|
||||
<xs:enumeration value="AUDIO_ENCAPSULATION_TYPE_IEC61937"/>
|
||||
<xs:enumeration value="AUDIO_ENCAPSULATION_TYPE_PCM"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="profile">
|
||||
|
|
Loading…
Reference in a new issue