Interface ContentProtectionSuccessEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.player.PlayerEvent
public interface ContentProtectionSuccessEvent implements PlayerEvent<E>
Fired when CONTENTPROTECTIONSUCCESS occurs for the Player.
-
-
Method Summary
Modifier and Type Method Description abstract String
getMediaTrackType()
The textual representation of the media-track type. -
-
Method Detail
-
getMediaTrackType
@NonNull() abstract String getMediaTrackType()
The textual representation of the media-track type.
- Returns an empty string if the track type is unknown.
- Returns:
The textual representation of the media track type. (NonNull)
-
-
-
-