MythTV master
Public Member Functions | Private Attributes | List of all members
SavePositionThread Class Reference

#include <libmythtv/tv_play.h>

Inheritance diagram for SavePositionThread:
[legend]
Collaboration diagram for SavePositionThread:
[legend]

Public Member Functions

 SavePositionThread (ProgramInfo *progInfoPtr, uint64_t framesPos)
 
void run () override
 

Private Attributes

ProgramInfom_progInfo {nullptr}
 
uint64_t m_framesPlayed {0}
 

Detailed Description

Definition at line 776 of file tv_play.h.

Constructor & Destructor Documentation

◆ SavePositionThread()

SavePositionThread::SavePositionThread ( ProgramInfo progInfoPtr,
uint64_t  framesPos 
)
inline

Definition at line 779 of file tv_play.h.

Member Function Documentation

◆ run()

void SavePositionThread::run ( void  )
override

Definition at line 10531 of file tv_play.cpp.

Member Data Documentation

◆ m_framesPlayed

uint64_t SavePositionThread::m_framesPlayed {0}
private

Definition at line 789 of file tv_play.h.

Referenced by run().

◆ m_progInfo

ProgramInfo* SavePositionThread::m_progInfo {nullptr}
private

Definition at line 788 of file tv_play.h.

Referenced by run().


The documentation for this class was generated from the following files: