diff options
Diffstat (limited to 'dxr3syncbuffer.h')
-rw-r--r-- | dxr3syncbuffer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h index 1cfe07d..f541b8c 100644 --- a/dxr3syncbuffer.h +++ b/dxr3syncbuffer.h @@ -65,7 +65,7 @@ public: uint32_t GetAspectRatio() { return m_videoAspectRatio; } eFrameType GetFrameType() { return m_type; } -protected: +private: uint8_t* m_pData; int m_count; int m_length; @@ -123,7 +123,7 @@ public: return Available() * 100 / Size(); }; -protected: +private: void ReceiverStopped(void); cFixedLengthFrame* m_pBuffer; @@ -145,7 +145,6 @@ protected: cDxr3Interface& m_dxr3Device; bool m_bPollSync; -private: cDxr3SyncBuffer(); // you are not allowed to use this constructor }; |