fixup! sound_manager_internal: Add support for native WebRTC API 36/260736/1 submit/tizen/20210702.032436
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 2 Jul 2021 03:08:21 +0000 (12:08 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 2 Jul 2021 03:08:39 +0000 (12:08 +0900)
Change-Id: I3a66146f5aeeaafbeb089032189facfc03046652
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/sound_manager_internal_tv.h

index 645127a..044a805 100644 (file)
@@ -54,6 +54,7 @@ typedef enum {
        NATIVE_API_TONE_PLAYER,     /**< Tone-player Native API */
        NATIVE_API_AUDIO_IO,        /**< Audio-io Native API */
        NATIVE_API_RECORDER,        /**< Recorder Native API */
+       NATIVE_API_WEBRTC,          /**< WebRTC Native API */
 } native_api_e;
 
 /**