Skip navigation links
A B C E F G H I K L M N O P R S T U V 

A

AdBreak - Class in com.flowplayer.android.player.media.ad
An ad break consisting of one or more ads and an indication of the point in time when it should start. Ad breaks that are marked as Roll.PRE or Roll.POST can only contain one ad. In order to have multiple ads during an ad break, an offset needs to be past. This class provides two different constructors to enforce the above fact.
AdBreak(adTag, roll) - Constructor for class com.flowplayer.android.player.media.ad.AdBreak
Creates a pre-roll or a post-roll ad break that consists of a single ad.
AdBreak(adTags, offset) - Constructor for class com.flowplayer.android.player.media.ad.AdBreak
Creates an ad break that will start playing at the specified offset.
AdBreak.Roll - Enum in com.flowplayer.android.player.media.ad
This enum can be used for creating an ad break that is either a pre-roll or a post-roll, instead of specifying an offset.
AdBreakCompleteEvent - Class in com.flowplayer.android.player.event
See interface OnAdBreakCompleteListener for more information.
AdBreakCompleteEvent() - Constructor for class com.flowplayer.android.player.event.AdBreakCompleteEvent
See interface OnAdBreakCompleteListener for more information.
AdBreakStartEvent - Class in com.flowplayer.android.player.event
See interface OnAdStartListener for more information.
AdBreakStartEvent() - Constructor for class com.flowplayer.android.player.event.AdBreakStartEvent
See interface OnAdStartListener for more information.
AdClickEvent - Class in com.flowplayer.android.player.event
See interface OnAdClickListener for more information.
AdClickEvent() - Constructor for class com.flowplayer.android.player.event.AdClickEvent
See interface OnAdClickListener for more information.
AdCompleteEvent - Class in com.flowplayer.android.player.event
See interface OnAdCompleteListener for more information.
AdCompleteEvent() - Constructor for class com.flowplayer.android.player.event.AdCompleteEvent
See interface OnAdCompleteListener for more information.
addEventListener(listener) - Method in interface com.flowplayer.android.player.Flowplayer
Adds an event listener.
addEventListener(listener) - Method in class com.flowplayer.android.player.FlowplayerView
Adds an event listener.
AdErrorEvent - Class in com.flowplayer.android.player.event
See interface OnAdErrorListener for more information.
AdErrorEvent(error, localizedMessage) - Constructor for class com.flowplayer.android.player.event.AdErrorEvent
See interface OnAdErrorListener for more information.
AdPauseEvent - Class in com.flowplayer.android.player.event
See interface OnAdPauseListener for more information.
AdPauseEvent() - Constructor for class com.flowplayer.android.player.event.AdPauseEvent
See interface OnAdPauseListener for more information.
AdResumeEvent - Class in com.flowplayer.android.player.event
See interface OnAdResumeListener for more information.
AdResumeEvent() - Constructor for class com.flowplayer.android.player.event.AdResumeEvent
See interface OnAdResumeListener for more information.
AdSkipEvent - Class in com.flowplayer.android.player.event
See interface OnAdSkipListener for more information.
AdSkipEvent() - Constructor for class com.flowplayer.android.player.event.AdSkipEvent
See interface OnAdSkipListener for more information.
AdStartEvent - Class in com.flowplayer.android.player.event
See interface OnAdStartListener for more information.
AdStartEvent() - Constructor for class com.flowplayer.android.player.event.AdStartEvent
See interface OnAdStartListener for more information.

B

BufferEvent - Class in com.flowplayer.android.player.event
See interface OnBufferListener for more information.
BufferEvent(previousState) - Constructor for class com.flowplayer.android.player.event.BufferEvent
See interface OnBufferListener for more information.
build() - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Builds PlayerControlConfig object
Builder() - Constructor for class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Builder class for creating a control config object.
BuiltInControlException - Exception in com.flowplayer.android.player.exception
Exception that's caused by the built-in player controls.
BuiltInControlException(message) - Constructor for exception com.flowplayer.android.player.exception.BuiltInControlException
Exception that's caused by the built-in player controls.

C

com.flowplayer.android.player - package com.flowplayer.android.player
 
com.flowplayer.android.player.control - package com.flowplayer.android.player.control
 
com.flowplayer.android.player.event - package com.flowplayer.android.player.event
 
com.flowplayer.android.player.event.listener - package com.flowplayer.android.player.event.listener
 
com.flowplayer.android.player.exception - package com.flowplayer.android.player.exception
 
com.flowplayer.android.player.fullscreen - package com.flowplayer.android.player.fullscreen
 
com.flowplayer.android.player.lifecycle - package com.flowplayer.android.player.lifecycle
 
com.flowplayer.android.player.media.ad - package com.flowplayer.android.player.media.ad
 
com.flowplayer.android.player.media.video - package com.flowplayer.android.player.media.video
 
Companion - Static variable in class com.flowplayer.android.player.FlowplayerFragment
 
Companion - Static variable in class com.flowplayer.android.player.FlowplayerSupportFragment
 
CompleteEvent - Class in com.flowplayer.android.player.event
See interface OnCompleteListener for more information.
CompleteEvent(previousState) - Constructor for class com.flowplayer.android.player.event.CompleteEvent
See interface OnCompleteListener for more information.
component1() - Method in class com.flowplayer.android.player.media.video.FlowplayerVideo
The Flowplayer mediaId to be used in combination with the
component2() - Method in class com.flowplayer.android.player.media.video.FlowplayerVideo
The Flowplayer playerId to be used in combination with the
contains(key) - Method in class com.flowplayer.android.player.control.PlayerControlConfig
Checks if config contains a key
copy(mediaId, playerId) - Method in class com.flowplayer.android.player.media.video.FlowplayerVideo
A Flowplayer video has a mediaId and a playerId. Preparing the player with such a video, will fetch a Flowplayer config that contains all the relevant information for the playback to start.

E

enablePlugins(plugins) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Enable Flowplayer plugins
enterFullscreen() - Method in interface com.flowplayer.android.player.fullscreen.FullscreenManager
This method is called by class FlowplayerView to tell the manager to enter fullscreen.
equals(p) - Method in class com.flowplayer.android.player.media.video.FlowplayerVideo
 
ErrorEvent - Class in com.flowplayer.android.player.event
See interface OnErrorListener for more information.
ErrorEvent(error, localizedMessage) - Constructor for class com.flowplayer.android.player.event.ErrorEvent
See interface OnErrorListener for more information.
EventListener - Interface in com.flowplayer.android.player.event.listener
Base interface for all event listeners to implement.
exitFullscreen() - Method in interface com.flowplayer.android.player.fullscreen.FullscreenManager
This method is called by class FlowplayerView to tell the manager to exit fullscreen.
ExternalVideo - Class in com.flowplayer.android.player.media.video
A video with a media url and optional ad breaks. Ad breaks can either be provided as a list of class AdBreak or as a url to an ad schedule, such as VMAP. See available constructors for more.
ExternalVideo(mediaUrl) - Constructor for class com.flowplayer.android.player.media.video.ExternalVideo
Creates a video with a media url and no ads.
ExternalVideo(mediaUrl, adScheduleUrl) - Constructor for class com.flowplayer.android.player.media.video.ExternalVideo
Creates a video with a media url and an ad schedule url, such as VMAP.
ExternalVideo(mediaUrl, adScheduleWaterfall) - Constructor for class com.flowplayer.android.player.media.video.ExternalVideo
Creates a video with a media url and an ad schedule url, such as VMAP.

F

Flowplayer - Interface in com.flowplayer.android.player
Flowplayer's skeleton. This interface contains all the public functions of the player.
Flowplayer.State - Enum in com.flowplayer.android.player
Flowplayer's playback state.
Flowplayer.StateListener - Interface in com.flowplayer.android.player
Event listener for changes in the playback state.
FlowplayerConfigException - Exception in com.flowplayer.android.player.exception
Exception related to Flowplayer's config.
FlowplayerConfigException(message) - Constructor for exception com.flowplayer.android.player.exception.FlowplayerConfigException
Exception related to Flowplayer's config.
FlowplayerEvent - Class in com.flowplayer.android.player.event
Base class for all the events to override.
FlowplayerEvent(timestamp) - Constructor for class com.flowplayer.android.player.event.FlowplayerEvent
Base class for all the events to override.
FlowplayerFragment - Class in com.flowplayer.android.player
A simple way of adding Flowplayer in an application. This fragment is a wrapper around class FlowplayerView and handles automatically lifecycle events and orientation changes. It extends the deprecated native Fragment and it's therefore recommended that class FlowplayerSupportFragment will be used instead. The latter extends the support library's Fragment.
FlowplayerFragment() - Constructor for class com.flowplayer.android.player.FlowplayerFragment
A simple way of adding Flowplayer in an application. This fragment is a wrapper around class FlowplayerView and handles automatically lifecycle events and orientation changes. It extends the deprecated native Fragment and it's therefore recommended that class FlowplayerSupportFragment will be used instead. The latter extends the support library's Fragment.
FlowplayerFragment.Companion - Class in com.flowplayer.android.player
 
FlowplayerLifecycleObserver - Class in com.flowplayer.android.player.lifecycle
Fragments and Activities in Support Library 26.1.0 and later implement the androidx.lifecycle.LifecycleOwner. Fragments/activities that fall into this category and use class FlowplayerView instead of either class FlowplayerFragment or class FlowplayerSupportFragment, can easily bind the player to their lifecycle by calling FlowplayerLifecycleObserver.registerLifecycle. This way the player will automatically listen to the activity's/fragment's lifecycle methods without having to manually call the player's lifecycle methods (onPause, onResume, etc).
FlowplayerSupportFragment - Class in com.flowplayer.android.player
A simple way of adding Flowplayer in an application. This fragment is a wrapper around class FlowplayerView and handles automatically lifecycle events and orientation changes. It extends the support library's Fragment and it's therefore assumed that the container activity inherits (directly or indirectly) from AppCompatActivity.
FlowplayerSupportFragment() - Constructor for class com.flowplayer.android.player.FlowplayerSupportFragment
A simple way of adding Flowplayer in an application. This fragment is a wrapper around class FlowplayerView and handles automatically lifecycle events and orientation changes. It extends the support library's Fragment and it's therefore assumed that the container activity inherits (directly or indirectly) from AppCompatActivity.
FlowplayerSupportFragment.Companion - Class in com.flowplayer.android.player
 
FlowplayerVideo - Class in com.flowplayer.android.player.media.video
A Flowplayer video has a mediaId and a playerId. Preparing the player with such a video, will fetch a Flowplayer config that contains all the relevant information for the playback to start.
FlowplayerVideo(mediaId, playerId) - Constructor for class com.flowplayer.android.player.media.video.FlowplayerVideo
A Flowplayer video has a mediaId and a playerId. Preparing the player with such a video, will fetch a Flowplayer config that contains all the relevant information for the playback to start.
FlowplayerView - Class in com.flowplayer.android.player
The core component of the Flowplayer SDK. This view is the actual player view. It is recommend to use class FlowplayerSupportFragment or class FlowplayerFragment instead of class FlowplayerView when possible, in order to automatically handle lifecycle events and orientation changes. For more control over the player's behaviour, class FlowplayerView can also be used directly in a parent container. In that case, however, it is important that the application make sure to map the container activity's/fragment's lifecycle to the PlayerView.
FlowplayerView(context, attrs, defStyleAttr) - Constructor for class com.flowplayer.android.player.FlowplayerView
The core component of the Flowplayer SDK. This view is the actual player view. It is recommend to use class FlowplayerSupportFragment or class FlowplayerFragment instead of class FlowplayerView when possible, in order to automatically handle lifecycle events and orientation changes. For more control over the player's behaviour, class FlowplayerView can also be used directly in a parent container. In that case, however, it is important that the application make sure to map the container activity's/fragment's lifecycle to the PlayerView.
FlowplayerView(context, attrs) - Constructor for class com.flowplayer.android.player.FlowplayerView
The core component of the Flowplayer SDK. This view is the actual player view. It is recommend to use class FlowplayerSupportFragment or class FlowplayerFragment instead of class FlowplayerView when possible, in order to automatically handle lifecycle events and orientation changes. For more control over the player's behaviour, class FlowplayerView can also be used directly in a parent container. In that case, however, it is important that the application make sure to map the container activity's/fragment's lifecycle to the PlayerView.
FlowplayerView(context) - Constructor for class com.flowplayer.android.player.FlowplayerView
The core component of the Flowplayer SDK. This view is the actual player view. It is recommend to use class FlowplayerSupportFragment or class FlowplayerFragment instead of class FlowplayerView when possible, in order to automatically handle lifecycle events and orientation changes. For more control over the player's behaviour, class FlowplayerView can also be used directly in a parent container. In that case, however, it is important that the application make sure to map the container activity's/fragment's lifecycle to the PlayerView.
FullscreenEvent - Class in com.flowplayer.android.player.event
See interface OnFullscreenListener for more information.
FullscreenEvent(isFullscreen) - Constructor for class com.flowplayer.android.player.event.FullscreenEvent
See interface OnFullscreenListener for more information.
FullscreenManager - Interface in com.flowplayer.android.player.fullscreen
An interface that is used by class FlowplayerView to manage fullscreen.

G

get(key) - Method in class com.flowplayer.android.player.control.PlayerControlConfig
Gets value by key
getAdScheduleUrl() - Method in class com.flowplayer.android.player.media.video.ExternalVideo
The ad schedule url to be loaded by the player.
getAdScheduleWaterfall() - Method in class com.flowplayer.android.player.media.video.ExternalVideo
A list of ad breaks to be played. It does not have to be ordered chronologically.
getAdTags() - Method in class com.flowplayer.android.player.media.ad.AdBreak
The list of ad tag URL(s) that we were passed as parameter to the constructor.
getAll() - Method in class com.flowplayer.android.player.control.PlayerControlConfig
Gets all values
getCurrentPosition() - Method in interface com.flowplayer.android.player.Flowplayer
Returns the player's current position (in seconds).
getCurrentPosition() - Method in class com.flowplayer.android.player.FlowplayerView
Returns the player's current position (in seconds).
getDuration() - Method in interface com.flowplayer.android.player.Flowplayer
Returns the current media's duration (in seconds).
getDuration() - Method in class com.flowplayer.android.player.FlowplayerView
Returns the current media's duration (in seconds).
getError() - Method in class com.flowplayer.android.player.event.AdErrorEvent
At the moment,
getError() - Method in class com.flowplayer.android.player.event.ErrorEvent
It can be one of the following types
getLocalizedMessage() - Method in class com.flowplayer.android.player.event.AdErrorEvent
A localized error message.
getLocalizedMessage() - Method in class com.flowplayer.android.player.event.ErrorEvent
A message that can be localized in order to be displayed to the user.
getMediaId() - Method in class com.flowplayer.android.player.media.video.FlowplayerVideo
The Flowplayer mediaId to be used in combination with the
getMediaUrl() - Method in class com.flowplayer.android.player.media.video.ExternalVideo
The media url to be loaded by the player.
getOffset() - Method in class com.flowplayer.android.player.media.ad.AdBreak
If this ad break does not have a enum AdBreak.Roll specified, then this offset indicates the position (in seconds) when the break should start.
getPlaybackState() - Method in interface com.flowplayer.android.player.Flowplayer
Returns the player's current playback state.
getPlaybackState() - Method in class com.flowplayer.android.player.FlowplayerView
Returns the player's current playback state.
getPlayer() - Method in class com.flowplayer.android.player.FlowplayerFragment
Returns the instance of class FlowplayerView that is used in this fragment.
getPlayer() - Method in class com.flowplayer.android.player.FlowplayerSupportFragment
Returns the instance of class FlowplayerView that is used in this fragment.
getPlayerId() - Method in class com.flowplayer.android.player.media.video.FlowplayerVideo
The Flowplayer playerId to be used in combination with the
getPreviousState() - Method in class com.flowplayer.android.player.event.BufferEvent
The previous state of the player before it changed to
getPreviousState() - Method in class com.flowplayer.android.player.event.CompleteEvent
The previous state of the player before it changed to
getPreviousState() - Method in class com.flowplayer.android.player.event.IdleEvent
The previous state of the player before it changed to
getPreviousState() - Method in class com.flowplayer.android.player.event.PauseEvent
The previous state of the player before it changed to
getPreviousState() - Method in class com.flowplayer.android.player.event.PlayEvent
The previous state of the player before it changed to
getRoll() - Method in class com.flowplayer.android.player.media.ad.AdBreak
Whether this ad break is a pre-roll or a post-roll.
getSpeed() - Method in class com.flowplayer.android.player.event.SpeedEvent
The factor by which playback will be sped up.
getTimestamp() - Method in class com.flowplayer.android.player.event.FlowplayerEvent
The timestamp
getUseControls() - Method in interface com.flowplayer.android.player.Flowplayer
Returns true if the player is set to use the built-in controls. False, otherwise. The default value is true.
getUseControls() - Method in class com.flowplayer.android.player.FlowplayerView
Returns true if the player is set to use the built-in controls. False, otherwise. The default value is true.
getValue() - Method in enum com.flowplayer.android.player.Flowplayer.State
The integer value corresponding to each state.
getVolume() - Method in class com.flowplayer.android.player.event.VolumeEvent
Volume level in scale 0.0f

H

hashCode() - Method in class com.flowplayer.android.player.media.video.FlowplayerVideo
 

I

IdleEvent - Class in com.flowplayer.android.player.event
See interface OnIdleListener for more information.
IdleEvent(previousState) - Constructor for class com.flowplayer.android.player.event.IdleEvent
See interface OnIdleListener for more information.
INSTANCE - Static variable in class com.flowplayer.android.player.lifecycle.FlowplayerLifecycleObserver
Fragments and Activities in Support Library 26.1.0 and later implement the androidx.lifecycle.LifecycleOwner. Fragments/activities that fall into this category and use class FlowplayerView instead of either class FlowplayerFragment or class FlowplayerSupportFragment, can easily bind the player to their lifecycle by calling FlowplayerLifecycleObserver.registerLifecycle. This way the player will automatically listen to the activity's/fragment's lifecycle methods without having to manually call the player's lifecycle methods (onPause, onResume, etc).
InvalidAccessTokenException - Exception in com.flowplayer.android.player.exception
Exception indicating that a valid access token has not been provided.
InvalidAccessTokenException(message) - Constructor for exception com.flowplayer.android.player.exception.InvalidAccessTokenException
Exception indicating that a valid access token has not been provided.
isFullscreen() - Method in class com.flowplayer.android.player.event.FullscreenEvent
True if the player has entered fullscreen,
isFullscreen() - Method in interface com.flowplayer.android.player.Flowplayer
Returns true if the player is currently in fullscreen. False, otherwise.
isFullscreen() - Method in class com.flowplayer.android.player.FlowplayerView
Returns true if the player is currently in fullscreen. False, otherwise.
isMuted() - Method in class com.flowplayer.android.player.event.MuteEvent
True if the player has entered muted state,

K

KEY_CONTROLS_URL - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
KEY_PLUGINS - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
KEY_UI - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 

L

LifecycleListener - Interface in com.flowplayer.android.player.lifecycle
Listener for activity/fragment lifecycle events.

M

mute(state) - Method in interface com.flowplayer.android.player.Flowplayer
Tells the player to mute or unmute.
mute(state) - Method in class com.flowplayer.android.player.FlowplayerView
Tells the player to mute or unmute.
MuteEvent - Class in com.flowplayer.android.player.event
See interface OnMuteListener for more information.
MuteEvent(isMuted) - Constructor for class com.flowplayer.android.player.event.MuteEvent
See interface OnMuteListener for more information.

N

newInstance() - Method in class com.flowplayer.android.player.FlowplayerFragment.Companion
Get a new instance of the fragment. This is equivalent to calling FlowplayerFragment().
newInstance() - Method in class com.flowplayer.android.player.FlowplayerSupportFragment.Companion
Get a new instance of the fragment. This is equivalent to calling FlowplayerSupportFragment().

O

onAdBreakComplete(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdBreakCompleteListener
Called when an ad break is completed.
OnAdBreakCompleteListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdBreakCompleteEvent.
onAdBreakStart(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdBreakStartListener
Called when an ad break starts.
OnAdBreakStartListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdBreakStartEvent.
onAdClick(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdClickListener
Called when an ad is clicked.
OnAdClickListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdClickEvent.
onAdComplete(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdCompleteListener
Called when an ad is completed.
OnAdCompleteListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdCompleteEvent.
onAdError(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdErrorListener
Called when an ad error occurs.
onAdError(event) - Method in class com.flowplayer.android.player.FlowplayerView
 
OnAdErrorListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdErrorEvent.
onAdEvent(event) - Method in class com.flowplayer.android.player.FlowplayerView
 
onAdPause(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdPauseListener
Called when an ad is paused.
OnAdPauseListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdPauseEvent.
onAdResume(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdResumeListener
Called when an ad is resumed.
OnAdResumeListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdResumeEvent.
onAdSkip(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdSkipListener
Called when an ad is skipped.
OnAdSkipListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdSkipEvent.
onAdStart(event) - Method in interface com.flowplayer.android.player.event.listener.OnAdStartListener
Called when an ad starts.
OnAdStartListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class AdStartEvent.
onAttach(context) - Method in class com.flowplayer.android.player.FlowplayerFragment
 
onAttach(context) - Method in class com.flowplayer.android.player.FlowplayerSupportFragment
 
onAttachedToWindow() - Method in class com.flowplayer.android.player.FlowplayerView
 
onBuffer(event) - Method in interface com.flowplayer.android.player.event.listener.OnBufferListener
Called when the player state changes to Flowplayer.State.BUFFERING.
OnBufferListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class BufferEvent.
onComplete(event) - Method in interface com.flowplayer.android.player.event.listener.OnCompleteListener
Called when the player state changes to Flowplayer.State.COMPLETED.
OnCompleteListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class CompleteEvent.
onConfigurationChanged(newConfig) - Method in class com.flowplayer.android.player.FlowplayerFragment
 
onConfigurationChanged(newConfig) - Method in class com.flowplayer.android.player.FlowplayerSupportFragment
 
onCreate(savedInstanceState) - Method in class com.flowplayer.android.player.FlowplayerSupportFragment
 
onCreateView(inflater, container, savedInstanceState) - Method in class com.flowplayer.android.player.FlowplayerFragment
 
onCreateView(inflater, container, savedInstanceState) - Method in class com.flowplayer.android.player.FlowplayerSupportFragment
 
onDestroy() - Method in class com.flowplayer.android.player.FlowplayerFragment
 
onDestroy() - Method in class com.flowplayer.android.player.FlowplayerView
Triggered when the parent Activity's/Fragment's onDestroy() is called.
onDestroy() - Method in interface com.flowplayer.android.player.lifecycle.LifecycleListener
Triggered when the parent Activity's/Fragment's onDestroy() is called.
onError(event) - Method in interface com.flowplayer.android.player.event.listener.OnErrorListener
Called when an error has occurred.
OnErrorListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class ErrorEvent.
onFullscreen(event) - Method in interface com.flowplayer.android.player.event.listener.OnFullscreenListener
Called when the player's fullscreen state changes.
OnFullscreenListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class FullscreenEvent.
onIdle(event) - Method in interface com.flowplayer.android.player.event.listener.OnIdleListener
Called when the player state changes to Flowplayer.State.IDLE.
OnIdleListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class IdleEvent.
onLoadingChanged(isLoading) - Method in class com.flowplayer.android.player.FlowplayerView
 
onMute(event) - Method in interface com.flowplayer.android.player.event.listener.OnMuteListener
Called when the player's mute state changes.
OnMuteListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class MuteEvent.
onPause(event) - Method in interface com.flowplayer.android.player.event.listener.OnPauseListener
Called when the player state changes to Flowplayer.State.PAUSED.
onPause() - Method in class com.flowplayer.android.player.FlowplayerFragment
 
onPause() - Method in class com.flowplayer.android.player.FlowplayerSupportFragment
 
onPause() - Method in class com.flowplayer.android.player.FlowplayerView
Triggered when the parent Activity's/Fragment's onPause() is called.
onPause() - Method in interface com.flowplayer.android.player.lifecycle.LifecycleListener
Triggered when the parent Activity's/Fragment's onPause() is called.
OnPauseListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class PauseEvent.
onPlay(event) - Method in interface com.flowplayer.android.player.event.listener.OnPlayListener
Called when the player state changes to Flowplayer.State.PLAYING.
onPlaybackParametersChanged(playbackParameters) - Method in class com.flowplayer.android.player.FlowplayerView
 
onPlayerControlError(error) - Method in class com.flowplayer.android.player.FlowplayerView
 
onPlayerError(error) - Method in class com.flowplayer.android.player.FlowplayerView
 
onPlayerStateChanged(playWhenReady, playbackState) - Method in class com.flowplayer.android.player.FlowplayerView
 
OnPlayListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class PlayEvent.
onPositionDiscontinuity(reason) - Method in class com.flowplayer.android.player.FlowplayerView
 
onRepeatModeChanged(repeatMode) - Method in class com.flowplayer.android.player.FlowplayerView
 
onResume() - Method in class com.flowplayer.android.player.FlowplayerFragment
 
onResume() - Method in class com.flowplayer.android.player.FlowplayerSupportFragment
 
onResume() - Method in class com.flowplayer.android.player.FlowplayerView
Triggered when the parent Activity's/Fragment's onResume() is called.
onResume() - Method in interface com.flowplayer.android.player.lifecycle.LifecycleListener
Triggered when the parent Activity's/Fragment's onResume() is called.
onSeekProcessed() - Method in class com.flowplayer.android.player.FlowplayerView
 
onShuffleModeEnabledChanged(shuffleModeEnabled) - Method in class com.flowplayer.android.player.FlowplayerView
 
onSpeed(event) - Method in interface com.flowplayer.android.player.event.listener.OnSpeedListener
Called when the playback speed has changed.
OnSpeedListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class SpeedEvent.
onStart() - Method in class com.flowplayer.android.player.FlowplayerFragment
 
onStart() - Method in class com.flowplayer.android.player.FlowplayerView
Triggered when the parent Activity's/Fragment's onStart() is called.
onStart() - Method in interface com.flowplayer.android.player.lifecycle.LifecycleListener
Triggered when the parent Activity's/Fragment's onStart() is called.
onStateChanged(previousState, currentState) - Method in interface com.flowplayer.android.player.Flowplayer.StateListener
Called every time the playback state changes.
onStateChanged(previousState, currentState) - Method in class com.flowplayer.android.player.FlowplayerView
Called every time the playback state changes.
onStop() - Method in class com.flowplayer.android.player.FlowplayerFragment
 
onStop() - Method in class com.flowplayer.android.player.FlowplayerView
Triggered when the parent Activity's/Fragment's onStop() is called.
onStop() - Method in interface com.flowplayer.android.player.lifecycle.LifecycleListener
Triggered when the parent Activity's/Fragment's onStop() is called.
onTimelineChanged(timeline, manifest, reason) - Method in class com.flowplayer.android.player.FlowplayerView
 
onTracksChanged(trackGroups, trackSelections) - Method in class com.flowplayer.android.player.FlowplayerView
 
onVolume(event) - Method in interface com.flowplayer.android.player.event.listener.OnVolumeListener
Called when the player's volume level changes.
onVolumeChanged(volume) - Method in class com.flowplayer.android.player.FlowplayerView
 
OnVolumeListener - Interface in com.flowplayer.android.player.event.listener
Event listener for class VolumeEvent.

P

pause() - Method in interface com.flowplayer.android.player.Flowplayer
Tells the player to pause the playback. If the player is not yet ready, then the playback will remain paused after the player is prepared.
pause() - Method in class com.flowplayer.android.player.FlowplayerView
Tells the player to pause the playback. If the player is not yet ready, then the playback will remain paused after the player is prepared.
PauseEvent - Class in com.flowplayer.android.player.event
See interface OnPauseListener for more information.
PauseEvent(previousState) - Constructor for class com.flowplayer.android.player.event.PauseEvent
See interface OnPauseListener for more information.
play() - Method in interface com.flowplayer.android.player.Flowplayer
Tells the player to start the playback. If the player is not yet ready, then the playback will start as soon the player is prepared.
play() - Method in class com.flowplayer.android.player.FlowplayerView
Tells the player to start the playback. If the player is not yet ready, then the playback will start as soon the player is prepared.
PlayerControlConfig - Class in com.flowplayer.android.player.control
This is configuration class for optional control's features. Use the class PlayerControlConfig.Builder for creating a config object.
PlayerControlConfig.Builder - Class in com.flowplayer.android.player.control
Builder class for creating a control config object.
PlayEvent - Class in com.flowplayer.android.player.event
See interface OnPlayListener for more information.
PlayEvent(previousState) - Constructor for class com.flowplayer.android.player.event.PlayEvent
See interface OnPlayListener for more information.
prepare(video, autoStart) - Method in interface com.flowplayer.android.player.Flowplayer
Prepares the player with a class FlowplayerVideo.
prepare(video, autoStart) - Method in interface com.flowplayer.android.player.Flowplayer
Prepares the player with a class ExternalVideo.
prepare(video, autoStart) - Method in class com.flowplayer.android.player.FlowplayerView
Prepares the player with a class FlowplayerVideo.
prepare(video, autoStart) - Method in class com.flowplayer.android.player.FlowplayerView
Prepares the player with a class ExternalVideo.

R

registerLifecycle(lifecycle) - Method in class com.flowplayer.android.player.lifecycle.FlowplayerLifecycleObserver
This method will add the player as an observer to the activity's/fragment's lifecycle.
reload() - Method in interface com.flowplayer.android.player.Flowplayer
If the player was previously prepared but the playback has stopped unexpected, calling this method will try to prepare the player again with the previously specified video.
reload() - Method in class com.flowplayer.android.player.FlowplayerView
If the player was previously prepared but the playback has stopped unexpected, calling this method will try to prepare the player again with the previously specified video.
removeEventListener(listener) - Method in interface com.flowplayer.android.player.Flowplayer
Removes a previously added event listener.
removeEventListener(listener) - Method in class com.flowplayer.android.player.FlowplayerView
Removes a previously added event listener.

S

seek(position) - Method in interface com.flowplayer.android.player.Flowplayer
Tells the player to seek to a new position.
seek(position) - Method in class com.flowplayer.android.player.FlowplayerView
Tells the player to seek to a new position.
set(key, value) - Method in class com.flowplayer.android.player.control.PlayerControlConfig
Sets value for a key
setControlConfig(config) - Method in interface com.flowplayer.android.player.Flowplayer
Sets optional control configurations. Build config using class PlayerControlConfig.Builder.
setControlConfig(config) - Method in class com.flowplayer.android.player.FlowplayerView
Sets optional control configurations. Build config using class PlayerControlConfig.Builder.
setControlsVisible(visible) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets playback controls visible, default true.
setControlUrl(url) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets custom controls URL
setCustom(key, value) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets custom parameters by key and value
setForceFullscreenOnLandscape(forceFullscreenOnLandscape) - Method in class com.flowplayer.android.player.FlowplayerFragment
If set to true, the player will automatically enter fullscreen whenever the device is rotated to landscape and it will exit from fullscreen when the device is rotated to portrait. This will also set FlowplayerView.setFullscreenControlOrientation to true.
setForceFullscreenOnLandscape(forceFullscreenOnLandscape) - Method in class com.flowplayer.android.player.FlowplayerSupportFragment
If set to true, the player will automatically enter fullscreen whenever the device is rotated to landscape and it will exit from fullscreen when the device is rotated to portrait. This will also set FlowplayerView.setFullscreenControlOrientation to true.
setFullscreen(fullscreen) - Method in interface com.flowplayer.android.player.Flowplayer
Toggles the player's fullscreen state. The result is also affected by whether setFullscreenControlOrientation is set to true (by default it is true). If setFullscreenControlOrientation is set to true and setFullscreen is called, then the device's orientation will automatically change to landscape for fullscreen and to portrait for non-fullscreen.
setFullscreen(fullscreen, requestedOrientation) - Method in interface com.flowplayer.android.player.Flowplayer
Toggles the player's fullscreen state.
setFullscreen(fullscreen) - Method in class com.flowplayer.android.player.FlowplayerView
Toggles the player's fullscreen state. The result is also affected by whether setFullscreenControlOrientation is set to true (by default it is true). If setFullscreenControlOrientation is set to true and setFullscreen is called, then the device's orientation will automatically change to landscape for fullscreen and to portrait for non-fullscreen.
setFullscreen(fullscreen, requestedOrientation) - Method in class com.flowplayer.android.player.FlowplayerView
Toggles the player's fullscreen state.
setFullscreenControl(visible) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets fullscreen control visible, default true.
setFullscreenControlOrientation(controlOrientation) - Method in interface com.flowplayer.android.player.Flowplayer
Tells the player whether or not toggling the fullscreen state should also change the device's orientation.
setFullscreenControlOrientation(controlOrientation) - Method in class com.flowplayer.android.player.FlowplayerView
Tells the player whether or not toggling the fullscreen state should also change the device's orientation.
setFullscreenManager(manager) - Method in interface com.flowplayer.android.player.Flowplayer
Sets a custom interface FullscreenManager to dictate how fullscreen should handled.
setFullscreenManager(manager) - Method in class com.flowplayer.android.player.FlowplayerView
Sets a custom interface FullscreenManager to dictate how fullscreen should handled.
setMuteControl(visible) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets mute control visible, default false.
setSpeed(speed) - Method in interface com.flowplayer.android.player.Flowplayer
Sets a new playback speed.
setSpeed(speed) - Method in class com.flowplayer.android.player.FlowplayerView
Sets a new playback speed.
setUseControls(useControls) - Method in interface com.flowplayer.android.player.Flowplayer
Tells the player whether or not it should use the built-in controls
setUseControls(useControls) - Method in class com.flowplayer.android.player.FlowplayerView
Tells the player whether or not it should use the built-in controls
setUseDragHandle(use) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets drag handle in use, default false.
setUsePlay2(use) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets play button variant 2, default false.
setUsePlay3(use) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets play button variant 3, default false.
setUseThinControlBar(use) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets thin control bar, default false.
setVolume(volume) - Method in interface com.flowplayer.android.player.Flowplayer
Adjusts volume.
setVolume(volume) - Method in class com.flowplayer.android.player.FlowplayerView
Adjusts volume.
setVolumeControl(visible) - Method in class com.flowplayer.android.player.control.PlayerControlConfig.Builder
Sets volume control visible, default false.
SpeedEvent - Class in com.flowplayer.android.player.event
See interface OnSpeedListener for more information.
SpeedEvent(speed) - Constructor for class com.flowplayer.android.player.event.SpeedEvent
See interface OnSpeedListener for more information.
stop() - Method in interface com.flowplayer.android.player.Flowplayer
Tells the player to stop the playback. This will reset the player and in order to start playback again, the player needs to be again prepared.
stop() - Method in class com.flowplayer.android.player.FlowplayerView
Tells the player to stop the playback. This will reset the player and in order to start playback again, the player needs to be again prepared.

T

toString() - Method in class com.flowplayer.android.player.media.video.FlowplayerVideo
 

U

UI_FLAG_DEFAULT - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
UI_FLAG_NO_CONTROLS - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
UI_FLAG_NO_FULLSCREEN - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
UI_FLAG_NO_MUTE - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
UI_FLAG_NO_VOLUME_CONTROL - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
UI_FLAG_USE_DRAG_HANDLE - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
UI_FLAG_USE_PLAY_2 - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
UI_FLAG_USE_PLAY_3 - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 
UI_FLAG_USE_THIN_CONTROL_BAR - Static variable in class com.flowplayer.android.player.control.PlayerControlConfig
 

V

Video - Interface in com.flowplayer.android.player.media.video
Base interface to be implement by all different types of videos.
VolumeEvent - Class in com.flowplayer.android.player.event
See OnVolumeListener for more information.
VolumeEvent(volume) - Constructor for class com.flowplayer.android.player.event.VolumeEvent
See OnVolumeListener for more information.
A B C E F G H I K L M N O P R S T U V 
Skip navigation links