mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add AUDIO_ENCAPSULATION_TYPE_PCM." am: f49af6b686 am: 32d6ff6854
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2362642 Change-Id: I4df14b164b43ac7748786a1253d1f87ec8051fd1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user