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)
[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

index 0bd5e03..1cf2965 100644 (file)
@@ -159,7 +159,7 @@ public:
         */
        mv_colorspace_e getColorspace(void) const;
 
-private:
+protected:
        unsigned char *m_pBuffer;        /**< The data buffer */
 
        unsigned int m_bufferSize;       /**< The buffer size */