GetMediaPlayerSourceObserver

Gets the event handler.

UFUNCTION(BlueprintPure, Category = "Agora|IRtcEngine")
UAgoraBPuIMediaPlayerSourceObserver* GetMediaPlayerSourceObserver();

After calling this method to obtain the event handler, you can call AddBlueprintCallbackExecutor to bind the corresponding callback executor.

Call timing

Call this method after calling GetAgoraRtcEngine.

Restrictions

None.

Returns

Return a pointer to the UAgoraBPuIMediaPlayerSourceObserver event handler.