Encapsulates a registration of a state-change mCallback for a particular source mGroup
| Name | |
|---|---|
| void | unregister() Remove interest in callbacks when the state of sources within a mGroup change. |
| Name | |
|---|---|
| MamaSourceGroup | SourceGroup Returns the source mGroup which the mCallback object is observing. |
| MamaSourceStateChangeCallback | SourceStateChangeCallback Returns the observing mCallback |
void unregister()
Remove interest in callbacks when the state of sources within a mGroup change.
MamaSourceGroup SourceGroup;
Returns the source mGroup which the mCallback object is observing.
MamaSourceStateChangeCallback SourceStateChangeCallback;
Returns the observing mCallback
Updated on 2023-03-31 at 15:29:33 +0100