- icon - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
- icon - Static variable in class com.devbrackets.android.exomedia.R.id
-
- iconifiedByDefault - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a boolean value, either "true
" or "false
".
- id() - Constructor for class com.devbrackets.android.exomedia.R.id
-
- Id3MetadataListener - Interface in com.devbrackets.android.exomedia.listener
-
A listener for receiving ID3 metadata parsed from the media stream.
- ifRoom - Static variable in class com.devbrackets.android.exomedia.R.id
-
- image - Static variable in class com.devbrackets.android.exomedia.R.id
-
- imageButtonStyle - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
- immediatelyPause - Variable in class com.devbrackets.android.exomedia.service.EMPlaylistService
-
- indeterminateProgressStyle - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a reference to another resource, in the form "@[+][package:]type:name
"
or to a theme attribute in the form "?[package:][type:]name
".
- info - Static variable in class com.devbrackets.android.exomedia.R.id
-
- InfoListener - Interface in com.devbrackets.android.exomedia.listener
-
A listener for debugging EMExoPlayer information.
- initialActivityCount - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
- initializeAudioPlayer() - Method in class com.devbrackets.android.exomedia.service.EMPlaylistService
-
Initializes the audio player.
- integer() - Constructor for class com.devbrackets.android.exomedia.R.integer
-
- InternalErrorListener - Interface in com.devbrackets.android.exomedia.listener
-
A listener for internal errors.
- INVALID_PLAYLIST_ID - Static variable in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
- INVALID_PLAYLIST_INDEX - Static variable in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
- INVALID_RESOURCE_ID - Static variable in class com.devbrackets.android.exomedia.widget.DefaultControls
-
- invokeNext() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Informs the Media service that we need to seek to
the next item.
- invokePausePlay() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Informs the Media service that the current item
needs to be played/paused.
- invokePrevious() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Informs the Media service that we need to seek to
the previous item.
- invokeRepeat() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Informs the Media service that we need to repeat
the current playback item.
- invokeSeekEnded(int) - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Informs the Media service that we need to seek
the current item.
- invokeSeekStarted() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Informs the Media service that we have started seeking
the playback.
- invokeShuffle() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Informs the Media service that we need to shuffle the
current playlist items.
- invokeStop() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Informs the Media service that we need to stop
playback.
- isAllowedType(I) - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Determines if the passed item is of the correct type to allow playback
- isDeviceCTSCompliant() - Static method in class com.devbrackets.android.exomedia.util.EMDeviceUtil
-
Determines if the current device has passed the Android Compatibility Test
Suite (CTS).
- isDeviceTV(Context) - Static method in class com.devbrackets.android.exomedia.util.EMDeviceUtil
-
Determines if the current device is a TV.
- isDownloaded(I) - Method in class com.devbrackets.android.exomedia.service.EMPlaylistService
-
Used to determine if the specified playlistItem has been downloaded.
- isLightTheme - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a boolean value, either "true
" or "false
".
- isLocalFile(String) - Static method in class com.devbrackets.android.exomedia.util.MediaUtil
-
- isNetworkAvailable() - Method in class com.devbrackets.android.exomedia.service.EMPlaylistService
-
Used to determine if the device is connected to a network that has
internet access.
- isNextAvailable() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Determines if there is another item in the play list after the current one.
- isNextEnabled() - Method in class com.devbrackets.android.exomedia.EMNotification.NotificationMediaState
-
- isPlaying() - Method in class com.devbrackets.android.exomedia.EMAudioPlayer
-
Returns if an audio item is currently in playback
- isPlaying() - Method in class com.devbrackets.android.exomedia.EMNotification.NotificationMediaState
-
- isPlaying() - Method in class com.devbrackets.android.exomedia.EMVideoView
-
Returns if a video is currently in playback
- isPlaying() - Method in class com.devbrackets.android.exomedia.service.EMPlaylistService
-
A generic method to determine if media is currently playing.
- isPlayingItem(I) - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Determines if the given ItemQuery is the same as the current item
- isPreviousAvailable() - Method in class com.devbrackets.android.exomedia.manager.EMPlaylistManager
-
Determines if there is an item in the play list before the current one.
- isPreviousEnabled() - Method in class com.devbrackets.android.exomedia.EMNotification.NotificationMediaState
-
- isRunning() - Method in class com.devbrackets.android.exomedia.util.Repeater
-
Determines if the Repeater is currently running
- isRunning() - Method in class com.devbrackets.android.exomedia.util.StopWatch
-
Determines if the stopwatch is currently running
- isVisible() - Method in class com.devbrackets.android.exomedia.event.EMVideoViewControlVisibilityEvent
-
- isVisible - Variable in class com.devbrackets.android.exomedia.widget.DefaultControls
-
- itemPadding - Static variable in class com.devbrackets.android.exomedia.R.attr
-
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".