Media Player Kit v1.3.0 API Reference for Android
|
Classes | |
enum | MediaPlayerAudioMode |
enum | MediaPlayerError |
enum | MediaPlayerEvent |
enum | MediaPlayerMetadataType |
enum | MediaPlayerPlaybackSpeed |
enum | MediaPlayerPreloadEvent |
enum | MediaPlayerState |
enum | MediaStreamType |
Static Public Attributes | |
static final int | PLAYER_ERROR_NOT_INIT = -1 |
static final int | PLAYER_RENDER_MODE_HIDDEN = 1 |
static final int | PLAYER_RENDER_MODE_FIT = 2 |
static final int | PLAYER_RENDER_MODE_ADAPTIVE = 3 |
The Constants class.
|
static |
The player is not initialized.
|
static |
1
: Uniformly scale the video until it fills the visible boundaries (cropped). One dimension of the video may have clipped contents.
|
static |
2
: Uniformly scale the video until one of its dimension fits the boundary (zoomed to fit). Areas that are not filled due to disparity in the aspect ratio are filled with black.
|
static |
3
: This render mode is deprecated.