While writing code using the library I ran through a minor
compilation problem where the compiler would complain about member
function StopPlaying() being protected.
The issue I got was causing by the library having class MediaSink
declares virtual member function StopPlaying() as public membe
While writing code using the library I ran through a minor compilation
problem where the compiler would complain about member function
StopPlaying() being protected.
The issue I got was causing by the library having class MediaSink declares
virtual member function StopPlaying() as public member.