mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add field isStreamActive in LeAudioConfiguration to indicate the stream status"
This commit is contained in:
@@ -42,5 +42,6 @@ parcelable LeAudioConfiguration {
|
||||
parcelable StreamMap {
|
||||
char streamHandle;
|
||||
int audioChannelAllocation;
|
||||
boolean isStreamActive;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,6 +35,10 @@ parcelable LeAudioConfiguration {
|
||||
* Audio Location assigned number.
|
||||
*/
|
||||
int audioChannelAllocation;
|
||||
/*
|
||||
* The stream handle status
|
||||
*/
|
||||
boolean isStreamActive;
|
||||
}
|
||||
CodecType codecType;
|
||||
StreamMap[] streamMap;
|
||||
|
||||
Reference in New Issue
Block a user