[sldev] [HELP] passing a LLMediaObserver::onMediaMetaInfoChange
event from llmediaimplwhatsoever to llviewermedia does just nothing
Armin Weatherwax
armin.weatherwax at googlemail.com
Thu Feb 12 15:05:49 PST 2009
Hi,
I'm trying to pass audio stream meta data (Artist, Title) to llviewermedia and
for that I want to inform llviewermedia that meta data was changed (if so).
so my llmediaimpl does in its updateMedia()
LLMediaEvent event( this );
mEventEmitter.update( &LLMediaObserver::onMediaMetaInfoChange, event );
llmediaobserver has a
virtual void onMediaMetaInfoChange( const EventType& event_in ) { }
and llviewermedia has a
void onMediaMetaInfoChange(const EventType& event_in);
... but the void onMediaMetaInfoChange does never trigger. So what I'm missing
to let it work ?
thanks in advance
:) Armin
More information about the SLDev
mailing list