MythTV
master
mythtv
libs
libmythtv
io
mythopticalbuffer.cpp
Go to the documentation of this file.
1
// MythTV
2
#include "
mythopticalbuffer.h
"
3
4
MythOpticalBuffer::MythOpticalBuffer
(
MythBufferType
Type)
5
:
MythMediaBuffer
(Type)
6
{
7
}
8
9
bool
MythOpticalBuffer::IsInMenu
(
void
)
const
10
{
11
return
m_inMenu
;
12
}
MythOpticalBuffer::IsInMenu
bool IsInMenu(void) const override
Definition:
mythopticalbuffer.cpp:9
mythopticalbuffer.h
MythMediaBuffer
Definition:
mythmediabuffer.h:59
MythOpticalBuffer::MythOpticalBuffer
MythOpticalBuffer(MythBufferType Type)
Definition:
mythopticalbuffer.cpp:4
MythBufferType
MythBufferType
Definition:
mythmediabuffer.h:48
MythOpticalBuffer::m_inMenu
bool m_inMenu
Definition:
mythopticalbuffer.h:26
Generated on Mon Nov 25 2024 03:16:08 for MythTV by
1.8.17