Merge "Add interface for focus gain in A2DP SNK audio track." am: 958414f
am: 4d5e2db
* commit '4d5e2dbde2c7a603583bd7a727af1cc9982d81c0':
Add interface for focus gain in A2DP SNK audio track.
Change-Id: I1473c7e6753571e269b437908193b542cc1a9466
This commit is contained in:
commit
7d12c24022
1 changed files with 4 additions and 1 deletions
|
@ -98,7 +98,10 @@ typedef struct {
|
|||
void (*cleanup)( void );
|
||||
|
||||
/** Sends Audio Focus State. */
|
||||
void (*audio_focus_state)( int focus_state );
|
||||
void (*set_audio_focus_state)( int focus_state );
|
||||
|
||||
/** Sets the audio track gain. */
|
||||
void (*set_audio_track_gain)( float gain );
|
||||
} btav_interface_t;
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Reference in a new issue