case iPlayableService::evUpdatedInfo:
m_event(this, evUpdatedInfo);
break;
+ case iPlayableService::evSeekableStatusChanged:
+ m_event(this, evSeekableStatusChanged);
+ break;
default:
break;
}
evNewService, /** a new "current" service was just started */
evPlayFailed, /** the next service (in playlist) or the one given in playService failed to play */
evUpdatedEventInfo, /** the "currently running" event info was updated */
- evUpdatedInfo /** the program info of this service was updated */
+ evUpdatedInfo, /** the program info of this service was updated */
+ evSeekableStatusChanged,
};
RESULT playService(const eServiceReference &service);
case eNavigation::evUpdatedInfo:
m_event(evUpdatedInfo);
break;
+ case eNavigation::evSeekableStatusChanged:
+ m_event(evSeekableStatusChanged);
+ break;
}
}
evPlayFailed, /** the next service (in playlist) or the one given in playService failed to play */
evUpdatedEventInfo, /** the "currently running" event info was updated */
evUpdatedInfo, /** the program info of this service was updated */
+ evSeekableStatusChanged,
};
pNavigation();