Interface ContentProtectionErrorEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface ContentProtectionErrorEvent implements PlayerEvent<E>
Fired when CONTENTPROTECTIONERROR occurs for the Player.
- Something went wrong in the key system of your DRM protection.
-
-
Method Summary
Modifier and Type Method Description abstract ContentProtectionException
getErrorObject()
The ContentProtectionException that is the cause of the content-protection error. -
-
Method Detail
-
getErrorObject
@NonNull() abstract ContentProtectionException getErrorObject()
The ContentProtectionException that is the cause of the content-protection error.
- Returns:
The ContentProtectionException. (NonNull)
-
-
-
-