MythTV  master
mythopticalbuffer.cpp
Go to the documentation of this file.
1 // MythTV
2 #include "mythopticalbuffer.h"
3 
5  : MythMediaBuffer(Type)
6 {
7 }
8 
10 {
11  return m_inMenu;
12 }
MythOpticalBuffer::IsInMenu
bool IsInMenu(void) const override
Definition: mythopticalbuffer.cpp:9
mythopticalbuffer.h
MythMediaBuffer
Definition: mythmediabuffer.h:50
MythBufferType
MythBufferType
Definition: mythmediabuffer.h:39
MythOpticalBuffer::MythOpticalBuffer
MythOpticalBuffer(MythBufferType Type)
Definition: mythopticalbuffer.cpp:4
MythOpticalBuffer::m_inMenu
bool m_inMenu
Definition: mythopticalbuffer.h:26