Applying streamrecorder mode APIs to internal. 08/222708/7 tizen_5.5_tv accepted/tizen/5.5/unified/20200121.031401 submit/tizen_5.5/20200120.080455
authorHyunsoo Park <hance.park@samsung.com>
Fri, 17 Jan 2020 08:43:17 +0000 (17:43 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Mon, 20 Jan 2020 08:01:35 +0000 (17:01 +0900)
commit7cc4ff0aac5666335a9affff4795555a050b9e0a
treef4cd773086183c555d02f1dcd90ddb8aea800c94
parent47bfa379be59f7491fc9e2cff15dd93be55f71af
Applying streamrecorder mode APIs to internal.

It is branch merging of tizen 6.0.
(https://review.tizen.org/gerrit/#/c/platform/core/api/mediastreamrecorder/+/218535/)

[Modification]
- Generates internal header, c file.
- 'streamrecoder_set_mode' and 'streamrecorder_get_mode' goes to internal.
- 'streamrecorder_mode_e' enum goes to internal.
- Adds testsuite for loopback test.

Change-Id: I2ea38514dad5bbf3f57ab0f588c36f89322b921e
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
include/streamrecorder_internal.h [new file with mode: 0644]
packaging/capi-media-streamrecorder.spec
src/streamrecorder.c
src/streamrecorder_internal.c [new file with mode: 0644]
src/streamrecorder_private.c
test/streamrecorder_internal_loopback_test.c [new file with mode: 0644]