mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Add AUDIO_ENCAPSULATION_TYPE_PCM.
Bug: 239435816 Test: n/a Change-Id: I42ccbed4d0b2a2cd7d704ac42b1aa25b1e128de3
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 {
|
||||
|
||||
@@ -575,6 +575,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