Change private member variable to protected
authorKwanghoon Son <k.son@samsung.com>
Tue, 2 Aug 2022 06:21:02 +0000 (02:21 -0400)
committerInki Dae <inki.dae@samsung.com>
Fri, 2 Sep 2022 08:09:25 +0000 (17:09 +0900)
commita43b373ccce4e26d83e1ef88f7be387c27fcc296
treed951e6acf6a89477970678a72383a2711cf6b708
parenta8113b5ecbde991b6b5ceaf458f43e531c17aeed
Change private member variable to protected

[Issue type] : New feature

This patch is first series of Add MediaSensor class.
MediaSensor class try to access MediaSource member variable,
instead of setter function, declare with protected.

Change-Id: Ia208c5f9d0de960c13f219b3c411b41ffed6825a
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
mv_common/include/MediaSource.h