#include <MamaSourceStateChangeCallback.h>
| Name | |
|---|---|
| virtual | ~MamaSourceStateChangeCallback(void ) |
| virtual void | onStateChanged(MamaSourceGroup & sourceGroup, MamaSource * topWeightSource) =0 |
class Wombat::MamaSourceStateChangeCallback;
Applications can register with MamaSourceGroup to receive state change notifications when the state of sources within the group has changed.
inline virtual ~MamaSourceStateChangeCallback(
void
)
virtual void onStateChanged(
MamaSourceGroup & sourceGroup,
MamaSource * topWeightSource
) =0
Parameters:
State change callback
Updated on 2023-03-31 at 15:29:25 +0100