MCPcopy Create free account
hub / github.com/KDE/okular / PlayData

Method PlayData

core/audioplayer.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89{
90public:
91 PlayData()
92 : m_mediaobject(nullptr)
93 , m_output(nullptr)
94 , m_buffer(nullptr)
95 {
96 }
97
98 void play()
99 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected