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