Class | Description |
---|---|
BitmovinPlayer |
The player itself. It implements the
interface PlayerAPI and interface RemoteControlAPI which can be used to
control the player. It also implements the interface EventHandler interface which enables adding and removing of
event listeners to this player instance.
This player does not come with an UI, it represents only the player logic. If you wish to use the player
along with an UI please use class BitmovinPlayerView . |
BitmovinPlayerFragment |
This class provides Fragment implementation containing a
and the according |
BitmovinPlayerView |
A view containing a
class BitmovinPlayer which can be instantiated programmatically or inflated via the layout file of
your activity. The class BitmovinPlayerView creates a class BitmovinPlayer instance (which can be accessed using getPlayer )
and also a default player UI along with it. |
BitmovinSubtitleView |
Renders subtitles for a
class BitmovinPlayer . |
BitmovinSubtitleViewKt | |
CastMediaLoaderKt | |
DrmSessionManagerCacheKt | |
LocalPlayerKt | |
RemotePlayerKt | |
SubtitleRendererView |
Base for Subtitle rendering Views.
|
Exception | Description |
---|---|
DrmLicenseKeyExpiredException |
Signals that the DRM license is expired
|
DrmSessionException |
Signals that an error occurred, and therefore the DRM session fails. For more information have a look at the cause.
|
IllegalOperationException |
Signals that the operation is not allowed in the actual state of the object.
|
NoConnectionException |
Signals that no network connection is available.
|
UnsupportedDrmException |
Signals that the used DRM technology is not supported.
|