MediaManager.MediaStatusInterceptor

  • The MediaManager.MediaStatusInterceptor is an interface used to intercept and modify the MediaStatus before it is sent out.

  • The intercept method allows you to make changes to the MediaStatus right before it is broadcasted by modifying the provided MediaStatusWriter.

public static interface MediaManager.MediaStatusInterceptor

Interceptor interface for MediaStatus. An interceptor can be used to intercept and modify the MediaStatus right before it is being sent out.

Public Method Summary

abstract void
intercept(MediaStatusWriter mediaStatusWriter)
Intercepts a MediaStatus to modify it right before it's being broadcasted.

Public Methods

public abstract void intercept (MediaStatusWriter mediaStatusWriter)

Intercepts a MediaStatus to modify it right before it's being broadcasted. Changes to the mediaStatusWriter will be reflected in the broadcasted MediaStatus.