|
MythTV master
|
Public Attributes | |
| struct MythFifoBuffer * | m_next |
| unsigned char * | m_data |
| long | m_blockSize |
Definition at line 47 of file mythfifowriter.h.
| long MythFIFOWriter::MythFifoBuffer::m_blockSize |
Definition at line 51 of file mythfifowriter.h.
Referenced by MythFIFOWriter::FIFOWrite().
| unsigned char* MythFIFOWriter::MythFifoBuffer::m_data |
Definition at line 50 of file mythfifowriter.h.
Referenced by MythFIFOWriter::FIFOInit(), MythFIFOWriter::FIFOWrite(), and MythFIFOWriter::FIFOWriteThread().
| struct MythFifoBuffer* MythFIFOWriter::MythFifoBuffer::m_next |
Definition at line 49 of file mythfifowriter.h.
Referenced by MythFIFOWriter::FIFOInit(), MythFIFOWriter::FIFOWrite(), and MythFIFOWriter::FIFOWriteThread().