package com.mediakind.mkplayer.api
Classes
Name | Description |
---|---|
interface MKPBufferApi: Any
|
This buffer API should be accessible using player buffer |
interface MKPEventHandler: Any
|
Defines event listeners of the MKPlayer |
interface MKPictureInPictureApi: Any
|
Represents the base functions required by MKPlayer to enable and handle Picture-In-Picture mode. To implement PictureInPicture in application, please make manifest changes as mentioned in https://developer.android.com/guide/topics/ui/picture-in-picture To use MKPlayer api's to enter Picture-in-picture mode please see below code snippet
In Activity override onPictureInPictureModeChanged method, which is called by the system when the activity changes to and from picture-in-picture mode, inside call onPictureInPictureModeChanged method.
|
interface MKPlayerApi: Any
|
Defines the public API of the MKPlayer. |
interface UserActionApi: MKPlayerApi, Any
|
Defines the user action's while playback. |