A B C D E F G H I K L M N O P R S T U V W 

A

about() - Method in interface com.akamai.media.VideoPlayerView
Get the about text.
about() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the about text.
about() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
about() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the about text.
about() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the about text.
AD_ENABLE - Static variable in class com.akamai.analytics.TrackerBase
 
adaptive - Variable in class com.akamai.media.decoder.DecoderInfo
Whether the decoder supports seamless resolution switches.
addMeasurement(int) - Method in class com.akamai.media.hls.BandwidthManager
 
addVariant(String, int) - Method in class com.akamai.media.hls.PlayListParser
 
advance() - Method in class com.akamai.media.decoder.TSExtractor
 
AkamaiHLSService - Class in com.akamai.media.hls
 
AkamaiHLSService() - Constructor for class com.akamai.media.hls.AkamaiHLSService
 
AMPConfig - Class in com.akamai.utils
 
AMPConfig(String, String) - Constructor for class com.akamai.utils.AMPConfig
 
AMPConfigLoader - Class in com.akamai.utils
 
AMPConfigLoader(AMPConfigLoader.ConfigLoaderListener) - Constructor for class com.akamai.utils.AMPConfigLoader
 
AMPConfigLoader.ConfigLoaderListener - Interface in com.akamai.utils
 
AMPFeed - Class in com.akamai.media
Akamai Media Player Feed object
AMPFeed() - Constructor for class com.akamai.media.AMPFeed
 
AMPFeedLoader - Class in com.akamai.media
Akamai Media Player Feed Loader
AMPFeedLoader(AMPFeedLoader.AMPFeedLoaderListener) - Constructor for class com.akamai.media.AMPFeedLoader
 
AMPFeedLoader.AMPFeedLoaderListener - Interface in com.akamai.media
 
AMPLibraryInfo - Class in com.akamai.media
 
AMPLibraryInfo() - Constructor for class com.akamai.media.AMPLibraryInfo
 
APPLICATION_VERSION - Static variable in class com.akamai.analytics.TrackerBase
 
areEqual(Object, Object) - Static method in class com.akamai.utils.Utils
 
AUD_NAL_UNIT_TYPE - Static variable in class com.akamai.media.decoder.CodecSpecificUtil
 
AVCProfileHigh - Static variable in class com.akamai.media.decoder.CodecSpecificUtil
 
AVCProfileHigh10 - Static variable in class com.akamai.media.decoder.CodecSpecificUtil
 
AVCProfileHigh422 - Static variable in class com.akamai.media.decoder.CodecSpecificUtil
 
AVCProfileHigh444 - Static variable in class com.akamai.media.decoder.CodecSpecificUtil
 

B

BACKGROUND_COLOR - Static variable in class com.akamai.analytics.TrackerBase
 
BandwidthManager - Class in com.akamai.media.hls
 
BandwidthManager() - Constructor for class com.akamai.media.hls.BandwidthManager
 
Base64 - Class in com.akamai.utils
 
Base64.InputStream - Class in com.akamai.utils
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.akamai.utils.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.akamai.utils.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.akamai.utils
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.akamai.utils.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.akamai.utils.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
bitrate - Variable in class com.akamai.media.decoder.MediaFormat
 
BitrateNotSupportedException - Exception in com.akamai.media.exceptions
Exception thrown when the application is trying to switch to a bitrate that is not supported by the device trying to play the stream.
BitrateNotSupportedException(String, int, int) - Constructor for exception com.akamai.media.exceptions.BitrateNotSupportedException
Constructor of the class
BUFFER_COUNT - Static variable in class com.akamai.analytics.TrackerBase
 
BUFFER_TIME - Static variable in class com.akamai.analytics.TrackerBase
 
BufferManager - Class in com.akamai.media.decoder
 
BufferManager() - Constructor for class com.akamai.media.decoder.BufferManager
 
BUFFERS_TO_DOWNLOAD_POSITION_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
buildAudioSpecificConfig(int, int, int) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Builds a simple AudioSpecificConfig, as defined in ISO 14496-3 1.6.2.1
buildAudioSpecificConfig(int, int) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Builds a simple HE-AAC LC AudioSpecificConfig, as defined in ISO 14496-3 1.6.2.1
buildNalUnit(byte[], int, int) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Constructs a NAL unit consisting of the NAL start code followed by the specified data.
ByteArrayHttpDownloader - Class in com.akamai.media.hls.httpdownloaders
 
ByteArrayHttpDownloader() - Constructor for class com.akamai.media.hls.httpdownloaders.ByteArrayHttpDownloader
 
BYTES_LEN_POSITION_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
byteToHexString(byte[], int) - Static method in class com.akamai.utils.Utils
 
byteToHexString(ByteBuffer, int) - Static method in class com.akamai.utils.Utils
 

C

CACHE_SIZE - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
cancel() - Method in class com.akamai.utils.SegmentTimer
 
cancelCurrentDownload() - Method in class com.akamai.media.hls.SegmentProcessingThread
 
cancelDownload() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
captureFrame(int, int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Capture the current frame during the playback
channelCount - Variable in class com.akamai.media.decoder.MediaFormat
 
checkLicense(String) - Method in class com.akamai.utils.LicenseManager
 
clear() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
clearBuffer() - Method in interface com.akamai.media.IPlayerCodecHelper
 
clearBuffer() - Method in class com.akamai.media.MediaCodecHelper
 
clearBuffers() - Method in class com.akamai.media.decoder.BufferManager
 
clearBuffers() - Method in class com.akamai.media.decoder.MediaEngine
 
clearItems() - Method in class com.akamai.media.hls.PlayListParser
 
clearRenderBuffer() - Method in interface com.akamai.media.VideoPlayerView
Clears the screen render buffer.
clearRenderBuffer() - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Clears the screen render buffer. Only compatible with software decoding
clearRenderBuffer() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
clearRenderBuffer() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Clears the screen render buffer. Only compatible with software decoding
clearRenderBuffer() - Method in class com.akamai.media.VideoPlayerViewSoftware
Clears the screen render buffer.
CLIP_DURATION - Static variable in class com.akamai.analytics.TrackerBase
 
CLIP_IS_LIVE - Static variable in class com.akamai.analytics.TrackerBase
 
CLIP_TITLE - Static variable in class com.akamai.analytics.TrackerBase
 
close() - Method in interface com.akamai.media.IPlayerCodecHelper
 
close() - Method in class com.akamai.media.MediaCodecHelper
 
close() - Method in class com.akamai.utils.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
CodecSpecificUtil - Class in com.akamai.media.decoder
Provides static utility methods for manipulating various types of codec specific data.
CodecSpecificUtil.DecoderQueryException - Exception in com.akamai.media.decoder
Thrown when an error occurs querying the device for its underlying media capabilities.
com.akamai.analytics - package com.akamai.analytics
 
com.akamai.media - package com.akamai.media
 
com.akamai.media.decoder - package com.akamai.media.decoder
 
com.akamai.media.exceptions - package com.akamai.media.exceptions
 
com.akamai.media.hls - package com.akamai.media.hls
 
com.akamai.media.hls.httpdownloaders - package com.akamai.media.hls.httpdownloaders
 
com.akamai.model - package com.akamai.model
 
com.akamai.plugins - package com.akamai.plugins
 
com.akamai.utils - package com.akamai.utils
 
compareTo(VariantItem) - Method in class com.akamai.media.hls.VariantItem
 
configLoaded(AMPConfig) - Method in interface com.akamai.utils.AMPConfigLoader.ConfigLoaderListener
 
ConfigModel - Class in com.akamai.model
 
ConfigModel() - Constructor for class com.akamai.model.ConfigModel
 
createAudioFormat(String, int, int, int, List<byte[]>) - Static method in class com.akamai.media.decoder.MediaFormat
 
createAudioFormat(String, int, int, int, int, List<byte[]>) - Static method in class com.akamai.media.decoder.MediaFormat
 
createFormatForMimeType(String) - Static method in class com.akamai.media.decoder.MediaFormat
 
createFromFrameworkMediaFormatV16(android.media.MediaFormat) - Static method in class com.akamai.media.decoder.MediaFormat
 
createStreamingMediaPlayer() - Method in interface com.akamai.media.IPlayerCodecHelper
 
createStreamingMediaPlayer() - Method in class com.akamai.media.MediaCodecHelper
 
createVideoFormat(String, int, int, int, List<byte[]>) - Static method in class com.akamai.media.decoder.MediaFormat
 
createVideoFormat(String, int, int, int, float, List<byte[]>) - Static method in class com.akamai.media.decoder.MediaFormat
 
CREATOR - Static variable in class com.akamai.media.hls.VariantItem
This field is needed for Android to be able to create new objects, individually or as arrays.
CURRENT_SEGMENT_URL_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 

D

DATE_POSITION_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
DECODE - Static variable in class com.akamai.utils.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class com.akamai.utils.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class com.akamai.utils.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class com.akamai.utils.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class com.akamai.utils.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class com.akamai.utils.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class com.akamai.utils.Base64
Convenience method for reading a base64-encoded file and decoding it.
DecoderInfo - Class in com.akamai.media.decoder
Contains information about a media decoder.
decodeToFile(String, String) - Static method in class com.akamai.utils.Base64
Convenience method for decoding data to a file.
DEFAULT_TICK - Static variable in class com.akamai.utils.SegmentTimer
 
dequeueBuffer() - Method in class com.akamai.media.decoder.BufferManager
 
describeContents() - Method in class com.akamai.media.hls.VariantItem
 
DO_BREAK_LINES - Static variable in class com.akamai.utils.Base64
Do break lines when encoding.
doInBackground(String...) - Method in class com.akamai.media.AMPFeedLoader
 
doInBackground(String...) - Method in class com.akamai.utils.AMPConfigLoader
 
DONT_GUNZIP - Static variable in class com.akamai.utils.Base64
Specify that gzipped data should not be automatically gunzipped.
doWork(int) - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
doWork(int) - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
doWork(int) - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
DROP_WRONG_TIMESTAMP_PACKETS_ALWAYS - Static variable in interface com.akamai.media.VideoPlayerView
Packets with wrong timestamps will be always dropped
DROP_WRONG_TIMESTAMP_PACKETS_NEVER - Static variable in interface com.akamai.media.VideoPlayerView
Packets with wrong timestamps will be never dropped
DROP_WRONG_TIMESTAMP_PACKETS_ONLY_VOD - Static variable in interface com.akamai.media.VideoPlayerView
Packets with wrong timestamps will be dropped only for VOD streams
DVR_POSITION_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 

E

enableReporting(Boolean) - Method in class com.akamai.analytics.TrackerBase
 
ENCODE - Static variable in class com.akamai.utils.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class com.akamai.utils.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class com.akamai.utils.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class com.akamai.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.akamai.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.akamai.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.akamai.utils.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class com.akamai.utils.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class com.akamai.utils.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeFileToFile(String, String) - Static method in class com.akamai.utils.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class com.akamai.utils.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeToFile(byte[], String) - Static method in class com.akamai.utils.Base64
Convenience method for encoding data to a file.
enqueueBuffer(MediaBuffer) - Method in class com.akamai.media.decoder.BufferManager
 
enqueueBuffer(MediaBuffer) - Method in class com.akamai.media.decoder.MediaEngine
 
enqueueBuffer(String, byte[], boolean, boolean, int, boolean, int, int) - Method in interface com.akamai.media.IPlayerCodecHelper
 
enqueueBuffer(String, byte[], boolean, boolean, int, boolean, int, int) - Method in class com.akamai.media.MediaCodecHelper
 
equalDatesSecondLevel(Date, Date) - Static method in class com.akamai.utils.Utils
 
equals(Object) - Method in class com.akamai.media.decoder.MediaFormat
 
equals(MediaFormat, boolean) - Method in class com.akamai.media.decoder.MediaFormat
 
error(String, String) - Static method in class com.akamai.utils.LogManager
 
error(String) - Static method in class com.akamai.utils.LogManager
 
ERROR_EVENT - Static variable in class com.akamai.analytics.TrackerBase
 
ERROR_FORMAT_UNKNOWN - Static variable in interface com.akamai.media.VideoPlayerView
The provided stream doesn't have a known format
ERROR_NETWORK_RESOURCE_DONT_EXIST - Static variable in interface com.akamai.media.VideoPlayerView
Resource (stream URL) doesn't exist
ERROR_NETWORK_SECURITY_ISSUE - Static variable in interface com.akamai.media.VideoPlayerView
Access not allowed to the provided stream URL
ERROR_NETWORK_UNAVAILABLE - Static variable in interface com.akamai.media.VideoPlayerView
Network access is not available
ERROR_RESOURCES_ISSUE - Static variable in interface com.akamai.media.VideoPlayerView
There was an issue while allocating resources for playback
ERROR_SUCCESS - Static variable in interface com.akamai.media.VideoPlayerView
No error
ERROR_TS_SEGMENT_INVALID - Static variable in interface com.akamai.media.VideoPlayerView
The provided stream contains format errors
evaluateVariable(Context, AMPFeed, String) - Method in class com.akamai.model.ConfigModel
 
ExtractorByteBuffer - Class in com.akamai.media.decoder
 
ExtractorByteBuffer(int) - Constructor for class com.akamai.media.decoder.ExtractorByteBuffer
 

F

feedLoaded(AMPFeed) - Method in interface com.akamai.media.AMPFeedLoader.AMPFeedLoaderListener
 
feedLoaded(AMPFeed) - Method in class com.akamai.media.VideoPlayerViewHardware
 
feedLoaded(AMPFeed) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
feedLoaded(AMPFeed) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
feedLoaded(AMPFeed) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
findLastNalUnit(byte[], int, int) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
 
findNalStartCodeReverse(byte[], int) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Finds the previous occurrence of the NAL start code from a given index.
findNextNalUnit(byte[], int, int) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
 
flushBase64() - Method in class com.akamai.utils.Base64.OutputStream
Method added by PHIL.
FONT_NAME_CHANGED_ROOT_NODE - Static variable in class com.akamai.analytics.TrackerBase
 
FONT_SIZE - Static variable in class com.akamai.analytics.TrackerBase
 
forceBufferProcessing() - Method in class com.akamai.media.hls.AkamaiHLSService
 
forceBufferProcessing() - Method in interface com.akamai.media.hls.MemoryBufferProcessor
 
forceBufferProcessing() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
forceDiscontinuity() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
forcePause() - Method in class com.akamai.media.hls.NativeHelper
 
forcePlaylistUpdate() - Method in class com.akamai.media.hls.SegmentsDownloaderThread
 
forcePrimaryBackupSwitch() - Method in class com.akamai.media.hls.SegmentsDownloaderThread
 
forceResume() - Method in class com.akamai.media.hls.NativeHelper
 
FULLSCREEN_MODE_KEEP_ASPECT_RATIO - Static variable in interface com.akamai.media.VideoPlayerView
Fullscreen enabled, keeping original aspect ratio
FULLSCREEN_MODE_NONE - Static variable in interface com.akamai.media.VideoPlayerView
Fullscreen disabled
FULLSCREEN_MODE_TOTAL - Static variable in interface com.akamai.media.VideoPlayerView
Fullscreen enabled, filling the full control

G

getAddThisFacebookAppId() - Method in class com.akamai.utils.AMPConfig
 
getAddThisPubId() - Method in class com.akamai.utils.AMPConfig
 
getAddThisTwitpicApiKey() - Method in class com.akamai.utils.AMPConfig
 
getAddThisTwitterConsumerKey() - Method in class com.akamai.utils.AMPConfig
 
getAddThisTwitterConsumerSecret() - Method in class com.akamai.utils.AMPConfig
 
getAdsEnablePreroll() - Method in class com.akamai.utils.AMPConfig
 
getAdsUrl() - Method in class com.akamai.model.ConfigModel
 
getAdsUrl() - Method in class com.akamai.utils.AMPConfig
 
getApplicationName(Context) - Static method in class com.akamai.utils.Utils
 
getAudioCodec() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getAudioCodec() - Method in class com.akamai.media.hls.VariantItem
 
getAudioPlayer() - Method in class com.akamai.media.VideoPlayerContainer
Gets a reference to the VideoPlayerView object used for playing an audio-only stream
getAutoHideControlBar() - Method in class com.akamai.model.ConfigModel
 
getAutoHideControlBar() - Method in class com.akamai.utils.AMPConfig
 
getAvailableByteCount() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
getAvgFPS() - Method in interface com.akamai.media.VideoPlayerView
For the current playback, get the average FPS (Frames per Second) This method doesn't make sense in the hardware version of the SDK as the hardware decoder doesn't provide this information
getAvgFPS() - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
For the current playback, get the average FPS (Frames per Second) This method doesn't make sense in the hardware version of the SDK as the hardware decoder doesn't provide this information
getAvgFPS() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getAvgFPS() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
For the current playback, get the average FPS (Frames per Second) This method doesn't make sense in the hardware version of the SDK as the hardware decoder doesn't provide this information
getAvgFPS() - Method in class com.akamai.media.VideoPlayerViewSoftware
For the current playback, get the average FPS (Frames per Second)
getBandwidth() - Method in class com.akamai.media.hls.AkamaiHLSService
 
getBandwidth() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
getBandwidth() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getBandwidth() - Method in interface com.akamai.media.hls.MemoryBufferProcessor
 
getBandwidth() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getBaseSampleTime() - Method in class com.akamai.media.decoder.TSExtractor
 
getBitrate() - Method in class com.akamai.media.hls.VariantItem
 
getBitrateByIndex(int) - Method in interface com.akamai.media.VideoPlayerView
Return the bitrate (bps) for the variant indicated in the index parameter
getBitrateByIndex(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Return the bitrate for the variant indicated in the index parameter
getBitrateByIndex(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Return the bitrate for the variant indicated in the index parameter
getBitrateByIndex(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return the bitrate for the variant indicated in the index parameter
getBitrateByIndex(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
getBitrateIndex() - Method in class com.akamai.media.decoder.MediaBuffer
 
getBitrateOfLastSegmentPushed() - Method in interface com.akamai.media.IPlayerCodecHelper
 
getBitrateOfLastSegmentPushed() - Method in class com.akamai.media.MediaCodecHelper
 
getBitratesCount() - Method in interface com.akamai.media.VideoPlayerView
Get the number of available bitrate indexes for the loaded stream
getBitratesCount() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the number of available bitrates for the loaded stream
getBitratesCount() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Get the number of available bitrates for the loaded stream
getBitratesCount() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the number of available bitrates for the loaded stream
getBitratesCount() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
getBitratesSwitchesDown() - Method in interface com.akamai.media.VideoPlayerView
For multibirate streams, get the number of times the control has switched down
getBitratesSwitchesDown() - Method in class com.akamai.media.VideoPlayerViewHardware
For multibirate streams, get the number of times the control has switched down
getBitratesSwitchesDown() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getBitratesSwitchesDown() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
For multibirate streams, get the number of times the control has switched down
getBitratesSwitchesDown() - Method in class com.akamai.media.VideoPlayerViewSoftware
For multibirate streams, get the number of times the control has switched down
getBitratesSwitchesUp() - Method in interface com.akamai.media.VideoPlayerView
For multibirate streams, get the number of times the control has switched up
getBitratesSwitchesUp() - Method in class com.akamai.media.VideoPlayerViewHardware
For multibirate streams, get the number of times the control has switched up
getBitratesSwitchesUp() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getBitratesSwitchesUp() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
For multibirate streams, get the number of times the control has switched up
getBitratesSwitchesUp() - Method in class com.akamai.media.VideoPlayerViewSoftware
For multibirate streams, get the number of times the control has switched up
getBufferCount() - Method in class com.akamai.media.decoder.BufferManager
 
getBufferCount() - Method in class com.akamai.media.decoder.MediaEngine
 
getBufferingPercentage() - Method in interface com.akamai.media.VideoPlayerView
Get the rebuffering percentage
getBufferingPercentage() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the rebuffering percentage
getBufferingPercentage() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getBufferingPercentage() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the rebuffering percentage
getBufferingPercentage() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the rebuffering percentage
getBufferInQueue() - Method in interface com.akamai.media.IPlayerCodecHelper
 
getBufferInQueue() - Method in class com.akamai.media.MediaCodecHelper
 
getBufferManager() - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
getBufferManager() - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
getBufferManager() - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
getBufferProcessor() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getBuffersInQueue() - Method in class com.akamai.media.hls.AkamaiHLSService
 
getBuffersInQueue() - Method in interface com.akamai.media.hls.MemoryBufferProcessor
 
getBuffersInQueue() - Method in class com.akamai.media.hls.NativeHelper
 
getBuffersInQueue() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getBuffersProcessed() - Method in class com.akamai.media.hls.AkamaiHLSService
 
getBufferType() - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
getBufferType() - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
getBufferType() - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
getBytesLoaded() - Method in interface com.akamai.media.VideoPlayerView
For the current playback, get the number of bytes loaded
getBytesLoaded() - Method in class com.akamai.media.VideoPlayerViewHardware
For the current playback, get the number of bytes loaded
getBytesLoaded() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getBytesLoaded() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
For the current playback, get the number of bytes loaded
getBytesLoaded() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
getCategory() - Method in class com.akamai.media.AMPFeed
 
getClientBandwidth() - Method in class com.akamai.media.hls.AkamaiHLSService
 
getClientBandwidth() - Method in class com.akamai.media.hls.HlsClient
 
getClientBandwidth() - Method in class com.akamai.media.hls.SegmentProcessingThread
 
getClientBandwidth() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getClipTitle() - Method in class com.akamai.media.AMPFeed
 
getClipTitle() - Method in class com.akamai.model.ConfigModel
 
getClipTitle() - Method in class com.akamai.utils.AMPConfig
 
getCodeFromStreamUrl(String) - Static method in class com.akamai.utils.Utils
Get a hash code from a stream url
getComscoreC2() - Method in class com.akamai.model.ConfigModel
 
getComscoreC2() - Method in class com.akamai.utils.AMPConfig
 
getComscorePublisherSecret() - Method in class com.akamai.model.ConfigModel
 
getComscorePublisherSecret() - Method in class com.akamai.utils.AMPConfig
 
getContentData() - Method in class com.akamai.media.hls.PlayListParser
 
getControlBarShowtime() - Method in class com.akamai.model.ConfigModel
 
getControlBarShowTime() - Method in class com.akamai.utils.AMPConfig
 
getCookies() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
getCookies() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getCurrentBitrate() - Method in interface com.akamai.media.VideoPlayerView
Get the current bitrate of the video in bps
getCurrentBitrate() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the current bitrate of the video
getCurrentBitrate() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Get the current bitrate of the video
getCurrentBitrate() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the current bitrate of the video
getCurrentBitrate() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the current bitrate of the video
getCurrentBuffer() - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
getCurrentBuffer() - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
getCurrentBuffer() - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
getCurrentPosition(PlayingSegmentInfo) - Method in class com.akamai.media.hls.NativeHelper
 
getCurrentPosition(PlayingSegmentInfo) - Method in interface com.akamai.media.IPlayerCodecHelper
 
getCurrentPosition(PlayingSegmentInfo) - Method in class com.akamai.media.MediaCodecHelper
 
getCurrentSegmentURL() - Method in class com.akamai.media.decoder.MediaEngine
 
getCurrentSegmentUrl() - Method in interface com.akamai.media.VideoPlayerView
 
getCurrentSegmentUrl() - Method in class com.akamai.media.VideoPlayerViewHardware
Return the current segment url
getCurrentSegmentUrl() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getCurrentSegmentUrl() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
getCurrentSegmentUrl() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
getData() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
getData() - Method in class com.akamai.media.decoder.MediaBuffer
 
getDecoderInfo(String, boolean) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Get information about the decoder that will be used for a given mime type.
getDescription() - Method in class com.akamai.media.AMPFeed
 
getDeviceId(Context) - Static method in class com.akamai.utils.Utils
Gets a device indetifier
getDownloadCanceled() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
getDuration() - Method in class com.akamai.media.hls.HlsClient
 
getDuration() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getDuration() - Method in class com.akamai.media.hls.PlayListParser
 
getDuration() - Method in interface com.akamai.media.VideoPlayerView
Get the duration of the video in seconds.
getDuration() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the duration of the video.
getDuration() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getDuration() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the duration of the video.
getDuration() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the duration of the video.
getDVRLength() - Method in class com.akamai.media.hls.HlsClient
 
getDVRLength() - Method in interface com.akamai.media.VideoPlayerView
Get the lenght, in seconds, of the DVR
getDVRLength() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the lenght, in seconds, of the DVR
getDVRLength() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getDVRLength() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the lenght, in seconds, of the DVR
getDVRLength() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the lenght, in seconds, of the DVR
getElapsedTime() - Method in class com.akamai.utils.SegmentTimer
 
getEnablePreroll() - Method in class com.akamai.model.ConfigModel
 
getEncodedFPS() - Method in interface com.akamai.media.VideoPlayerView
Get the encoded frames per second for the loaded stream This method is not supported on Hardware and Hardware Advanced decoding modes
getEncodedFPS() - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Get the encoded frames per second for the loaded stream This method doesn't make sense in the hardware version of the SDK as the hardware decoder doesn't provide this information
getEncodedFPS() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getEncodedFPS() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Get the encoded frames per second for the loaded stream This method doesn't make sense in the hardware version of the SDK as the hardware decoder doesn't provide this information
getEncodedFPS() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the encoded frames per second for the loaded stream
getEstimatedBandwidth() - Method in class com.akamai.media.hls.BandwidthManager
 
getExpiration() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
getFailedBitrateIndex() - Method in exception com.akamai.media.exceptions.BitrateNotSupportedException
Gets the index of the bitrate that was not supported
getFeed() - Method in interface com.akamai.media.VideoPlayerView
Returns the feed of the loaded stream (in case playback was launched providing a json feed)
getFeed() - Method in class com.akamai.media.VideoPlayerViewHardware
Returns the feed of the loaded stream (in case playback was launched providing a json feed)
getFeed() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Returns the feed of the loaded stream (in case playback was launched providing a json feed)
getFeed() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Returns the feed of the loaded stream (in case playback was launched providing a json feed)
getFeed() - Method in class com.akamai.media.VideoPlayerViewSoftware
Returns the feed of the loaded stream (in case playback was launched providing a json feed)
getFeedUrl() - Method in class com.akamai.model.ConfigModel
 
getFeedUrl() - Method in class com.akamai.utils.AMPConfig
 
getFPS() - Method in interface com.akamai.media.VideoPlayerView
Get the current FPS (Frames per Second)
getFPS() - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Get the current FPS (Frames per Second) This method doesn't make sense in the hardware version of the SDK as the hardware decoder doesn't provide this information
getFPS() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getFPS() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Get the current FPS (Frames per Second) This method doesn't make sense in the hardware version of the SDK as the hardware decoder doesn't provide this information
getFPS() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the current FPS (Frames per Second)
getFrameworkMediaFormatV16() - Method in class com.akamai.media.decoder.MediaFormat
 
getFullScreenMode() - Method in interface com.akamai.media.VideoPlayerView
Return the fullscreen mode
getFullScreenMode() - Method in class com.akamai.media.VideoPlayerViewHardware
Return the fullscreen mode
getFullScreenMode() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getFullScreenMode() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return the fullscreen mode
getFullScreenMode() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
getGoogleAnalyticsTrackingId() - Method in class com.akamai.model.ConfigModel
 
getGoogleAnalyticsTrackingId() - Method in class com.akamai.utils.AMPConfig
 
getHeight() - Method in class com.akamai.media.decoder.NALSPSParser
 
getHeight() - Method in class com.akamai.media.hls.VariantItem
 
getHeight() - Method in interface com.akamai.media.VideoPlayerView
Return the height of this view
getHostHeader() - Method in class com.akamai.media.hls.httpdownloaders.Inputs
 
getIDRNALUnitPosition(byte[], int) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
 
getIndexByBitrate(int) - Method in interface com.akamai.media.VideoPlayerView
Return the index for the bitrate indicated in the bitrate parameter (bps)
getIndexByBitrate(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Return the index for the bitrate indicated in the bitrate parameter
getIndexByBitrate(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Return the index for the bitrate indicated in the bitrate parameter
getIndexByBitrate(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return the index for the bitrate indicated in the bitrate parameter
getIndexByBitrate(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
getInstance() - Static method in class com.akamai.model.ConfigModel
 
getIsJsonFeedUrl() - Method in class com.akamai.utils.AMPConfig
 
getIsJsonUrl() - Method in class com.akamai.model.ConfigModel
 
getItemByUrl(String) - Method in class com.akamai.media.hls.PlayListParser
 
getKeyInfo() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getLastErrorCode() - Method in interface com.akamai.media.VideoPlayerView
Returns the last error code that happens during the playback
getLastErrorCode() - Method in class com.akamai.media.VideoPlayerViewHardware
Returns the last error code that happens during the playback
getLastErrorCode() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getLastErrorCode() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Returns the last error code that happens during the playback
getLastErrorCode() - Method in class com.akamai.media.VideoPlayerViewSoftware
Returns the last error code that happens during the playback
getLastHTTPErrorCode() - Method in class com.akamai.media.hls.PlayListParser
 
getLastHttpErrorCode() - Method in interface com.akamai.media.VideoPlayerView
Get error code of the last HTTP request
getLastHttpErrorCode() - Method in class com.akamai.media.VideoPlayerViewHardware
Get error code of the last http request
getLastHttpErrorCode() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getLastHttpErrorCode() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get error code of the last http request
getLastHttpErrorCode() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get error code of the last http request
getLastHttpResponseCode() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
getLastMeasuredBandwidth() - Method in interface com.akamai.media.VideoPlayerView
Returns the last measured bandwidth in bytes/sec
getLastMeasuredBandwidth() - Method in class com.akamai.media.VideoPlayerViewHardware
Returns the last measured bandwidth
getLastMeasuredBandwidth() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getLastMeasuredBandwidth() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Returns the last measured bandwidth
getLastMeasuredBandwidth() - Method in class com.akamai.media.VideoPlayerViewSoftware
Returns the last measured bandwidth
getLastPlaylist() - Method in class com.akamai.media.hls.PlayListParser
 
getLastPTS() - Method in class com.akamai.media.hls.NativeHelper
 
getLastPTS() - Method in interface com.akamai.media.VideoPlayerView
Get the PTS of the last packet read by the decoder
getLastPTS() - Method in class com.akamai.media.VideoPlayerViewHardware
 
getLastPTS() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getLastPTS() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
getLastPTS() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
getLastSegmentDuration() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getLevelId() - Method in class com.akamai.media.decoder.NALSPSParser
 
getLicenseExpirationDate() - Method in interface com.akamai.media.VideoPlayerView
Returns the expiration date of the set license
getLicenseExpirationDate() - Method in class com.akamai.media.VideoPlayerViewHardware
Returns the expiration date of the set license
getLicenseExpirationDate() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Returns the expiration date of the set license
getLicenseExpirationDate() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Returns the expiration date of the set license
getLicenseExpirationDate() - Method in class com.akamai.media.VideoPlayerViewSoftware
Returns the expiration date of the set license
getLicenseExpirationDate() - Method in class com.akamai.utils.LicenseManager
 
getLicensePackageName() - Method in interface com.akamai.media.VideoPlayerView
Returns the package name for which the set license is valid
getLicensePackageName() - Method in class com.akamai.media.VideoPlayerViewHardware
Returns the package name for which the set license is valid
getLicensePackageName() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Returns the package name for which the set license is valid
getLicensePackageName() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Returns the package name for which the set license is valid
getLicensePackageName() - Method in class com.akamai.media.VideoPlayerViewSoftware
Returns the package name for which the set license is valid
getLicensePackageName() - Method in class com.akamai.utils.LicenseManager
 
getLocationOnScreen() - Method in interface com.akamai.media.VideoPlayerView
Computes the coordinates of this view on the screen
getLocationOnScreen() - Method in class com.akamai.media.VideoPlayerViewHardware
Computes the coordinates of this view on the screen
getLocationOnScreen() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Computes the coordinates of this view on the screen
getLocationOnScreen() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Computes the coordinates of this view on the screen
getLocationOnScreen() - Method in class com.akamai.media.VideoPlayerViewSoftware
Computes the coordinates of this view on the screen
getMaxVideoHeight() - Method in class com.akamai.media.decoder.MediaFormat
 
getMaxVideoWidth() - Method in class com.akamai.media.decoder.MediaFormat
 
getMediaAnalyticsBeacon() - Method in class com.akamai.model.ConfigModel
 
getMediaAnalyticsBeaconUrl() - Method in class com.akamai.utils.AMPConfig
 
getMediaAnalyticsDimensions() - Method in class com.akamai.model.ConfigModel
 
getMediaAnalyticsDimensions() - Method in class com.akamai.utils.AMPConfig
 
getMediaGUID() - Method in class com.akamai.media.AMPFeed
 
getMediaSequence() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getMediaSequence() - Method in class com.akamai.media.hls.PlayListParser
 
getMediaSequenceForSegment(String) - Method in class com.akamai.media.hls.HlsClient
 
getMediaSequenceForSegment(String) - Method in class com.akamai.media.hls.SegmentsDownloader
 
getMediaState() - Method in class com.akamai.media.decoder.MediaEngine
 
getMode() - Method in class com.akamai.media.VideoPlayerContainer
Returns the current decoding mode.
getNetsessionMode() - Method in class com.akamai.media.hls.AkamaiHLSService
 
getNetsessionMode() - Method in interface com.akamai.media.hls.MemoryBufferProcessor
 
getNetsessionMode() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getNextMediaSegment() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getNielsenCategory() - Method in class com.akamai.utils.AMPConfig
 
getNielsenClientId() - Method in class com.akamai.utils.AMPConfig
 
getNielsenStreamType() - Method in class com.akamai.utils.AMPConfig
 
getNielsenTL() - Method in class com.akamai.utils.AMPConfig
 
getNielsenVCId() - Method in class com.akamai.utils.AMPConfig
 
getNumberOfBytesDownloaded() - Method in class com.akamai.media.hls.HlsClient
 
getNumberOfBytesDownloaded() - Method in class com.akamai.media.hls.SegmentProcessingThread
 
getNumberOfBytesDownloaded() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getNumberOfBytesDownloaded() - Method in class com.akamai.media.hls.SegmentsDownloaderThread
 
getNumberOfSegmentsInQueue() - Method in class com.akamai.media.hls.HlsClient
 
getNumberOfSegmentsInQueue() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getOffset() - Method in class com.akamai.media.decoder.MediaBuffer
 
getOffset() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getOwner() - Method in class com.akamai.analytics.TrackerBase
 
getPath() - Method in class com.akamai.media.hls.httpdownloaders.Inputs
 
getPlaylist() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getPlaylistPath() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getPosition(String, int) - Method in class com.akamai.media.hls.HlsClient
 
getPosition() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getPosition(String, int) - Method in class com.akamai.media.hls.SegmentsDownloader
 
getPositionAsDate() - Method in class com.akamai.media.hls.PositionResult
 
getPositionInDVR() - Method in class com.akamai.media.hls.PositionResult
 
getPositionInDVR() - Method in interface com.akamai.media.VideoPlayerView
Return the current playback position in the DVR in seconds
getPositionInDVR() - Method in class com.akamai.media.VideoPlayerViewHardware
Return the current playback position in the DVR
getPositionInDVR() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getPositionInDVR() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return the current playback position in the DVR
getPositionInDVR() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return the current playback position in the DVR
getProcessedURL() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
getProfileId() - Method in class com.akamai.media.decoder.NALSPSParser
 
getProgressBarControl() - Method in interface com.akamai.media.VideoPlayerView
Gets the progress bar control that is shown whenever the player is doing a buffering/loading operation
getProgressBarControl() - Method in class com.akamai.media.VideoPlayerViewHardware
 
getProgressBarControl() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getProgressBarControl() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
getProgressBarControl() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
getProtocol() - Method in interface com.akamai.media.VideoPlayerView
Get the protocol of the current loaded stream
getProtocol() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the protocol of the current loaded stream
getProtocol() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getProtocol() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the protocol of the current loaded stream
getProtocol() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the protocol of the current loaded stream
getRangeHeader() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getReason() - Method in exception com.akamai.media.exceptions.BitrateNotSupportedException
Gets the reason because the bitrate switch failed
getRebufferingTime() - Method in interface com.akamai.media.VideoPlayerView
Get the total time the player has been rebuffering in seconds
getRebufferingTime() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the total time the player has been rebuffering
getRebufferingTime() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getRebufferingTime() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the total time the player has been rebuffering
getRebufferingTime() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the total time the player has been rebuffering
getRebuffers() - Method in interface com.akamai.media.VideoPlayerView
Get the number of rebuffers occurred
getRebuffers() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the rebuffering times
getRebuffers() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getRebuffers() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the rebuffering times
getRebuffers() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the rebuffering times
getRemainingTime() - Method in class com.akamai.utils.SegmentTimer
 
getSampleTime() - Method in class com.akamai.media.decoder.TSExtractor
 
getSampleTrackIndex() - Method in class com.akamai.media.decoder.TSExtractor
 
getSeekingSegmentIndex() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getSegmentPosition() - Method in class com.akamai.media.decoder.MediaBuffer
 
getSegmentsBeforeLiveDuration() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getSegmentUrl() - Method in class com.akamai.media.decoder.MediaBuffer
 
getServerIp() - Method in interface com.akamai.media.VideoPlayerView
Get the Server IP of the current loaded stream
getServerIp() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the Server Ip of the current loaded stream
getServerIp() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getServerIp() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the Server Ip of the current loaded stream
getServerIp() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the Server Ip of the current loaded stream
getServerPort() - Method in interface com.akamai.media.VideoPlayerView
Get the Server port for the current loaded stream
getServerPort() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the Server port for the current loaded stream
getServerPort() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getServerPort() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the Server port for the current loaded stream
getServerPort() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the Server port for the current loaded stream
getShowClipTitle() - Method in class com.akamai.utils.AMPConfig
 
getShowControlBarSettingsButton() - Method in class com.akamai.model.ConfigModel
 
getShowControlBarSettingsButton() - Method in class com.akamai.utils.AMPConfig
 
getShowControlBarSharingButton() - Method in class com.akamai.utils.AMPConfig
 
getShowEditSettingsButton() - Method in class com.akamai.utils.AMPConfig
 
getShowReplayButton() - Method in class com.akamai.utils.AMPConfig
 
getSPSAndPPSNALUnits(byte[]) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
 
getStartPositionOffset() - Method in class com.akamai.media.hls.HlsClient
 
getStartPositionOffset() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getStreamDuration() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getStreamDuration() - Method in class com.akamai.media.hls.SegmentsDownloaderThread
 
getStreamsInfo() - Method in interface com.akamai.media.VideoPlayerView
Return information about the streams
getStreamsInfo() - Method in class com.akamai.media.VideoPlayerViewHardware
Return information about the streams
getStreamsInfo() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Return information about the streams
getStreamsInfo() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return information about the streams
getStreamsInfo() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return information about the streams
getStreamType() - Method in class com.akamai.model.ConfigModel
 
getStreamType() - Method in class com.akamai.utils.AMPConfig
 
getStreamUrl() - Method in class com.akamai.media.AMPFeed
 
getStreamUrl() - Method in interface com.akamai.media.VideoPlayerView
Returns the url of the loaded stream
getStreamUrl() - Method in class com.akamai.media.VideoPlayerViewHardware
Returns the url of the loaded stream
getStreamUrl() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getStreamUrl() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Returns the url of the loaded stream
getStreamUrl() - Method in class com.akamai.media.VideoPlayerViewSoftware
Returns the url of the loaded stream
getStreamUrl() - Method in class com.akamai.model.ConfigModel
 
getStreamUrl() - Method in class com.akamai.utils.AMPConfig
 
getStringPropertyByPath(String) - Method in class com.akamai.media.AMPFeed
 
getTempStartPositionOffset() - Method in class com.akamai.media.hls.HlsClient
 
getTempStartPositionOffset() - Method in class com.akamai.media.hls.SegmentsDownloader
 
getTimePosition() - Method in interface com.akamai.media.IPlayerCodecHelper
 
getTimePosition() - Method in class com.akamai.media.MediaCodecHelper
 
getTimePosition() - Method in interface com.akamai.media.VideoPlayerView
Return the current playback position in seconds
getTimePosition() - Method in class com.akamai.media.VideoPlayerViewHardware
Return the current playback position
getTimePosition() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getTimePosition() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return the current playback position
getTimePosition() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return the current playback position
getTimePositionAsDate() - Method in interface com.akamai.media.VideoPlayerView
Return the current playback position as a local time date
getTimePositionAsDate() - Method in class com.akamai.media.VideoPlayerViewHardware
Return the current playback position
getTimePositionAsDate() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getTimePositionAsDate() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return the current playback position
getTimePositionAsDate() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return the current playback position
getTimePositionMS() - Method in interface com.akamai.media.VideoPlayerView
Return the current playback position in milliseconds
getTimePositionMS() - Method in class com.akamai.media.VideoPlayerViewHardware
Return the current playback position in milliseconds
getTimePositionMS() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getTimePositionMS() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return the current playback position in milliseconds
getTimePositionMS() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return the current playback position in milliseconds
getTrackCount() - Method in class com.akamai.media.decoder.TSExtractor
 
getTrackFormat(int) - Method in class com.akamai.media.decoder.TSExtractor
 
getType() - Method in class com.akamai.media.decoder.MediaBuffer
 
getUrl() - Method in class com.akamai.media.hls.httpdownloaders.Inputs
 
getUrl() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getUrlKey() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getVersionDescription() - Method in interface com.akamai.media.VideoPlayerView
Get extended information about the SDK version
getVersionDescription() - Method in class com.akamai.media.VideoPlayerViewHardware
Get extended information about the SDK version
getVersionDescription() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Get extended information about the SDK version
getVersionDescription() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get extended information about the SDK version
getVersionDescription() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get extended information about the SDK version
getVideoCodec() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getVideoCodec() - Method in class com.akamai.media.hls.VariantItem
 
getVideoCodecLevel() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getVideoCodecProfile() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getVideoHeight() - Method in interface com.akamai.media.VideoPlayerView
Get the height of the video
getVideoHeight() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the height of the video
getVideoHeight() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getVideoHeight() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the height of the video
getVideoHeight() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the height of the video
getVideoPlayer() - Method in class com.akamai.media.VideoPlayerContainer
Gets a reference to the VideoPlayerView object used for playing the video
getVideoProfile() - Method in class com.akamai.media.hls.VariantItem
 
getVideoResolutionHeight() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getVideoResolutionWidth() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
getVideoWidth() - Method in interface com.akamai.media.VideoPlayerView
Get the width of the video
getVideoWidth() - Method in class com.akamai.media.VideoPlayerViewHardware
Get the width of the video
getVideoWidth() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
getVideoWidth() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get the width of the video
getVideoWidth() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get the width of the video
getWidth() - Method in class com.akamai.media.decoder.NALSPSParser
 
getWidth() - Method in class com.akamai.media.hls.VariantItem
 
getWidth() - Method in interface com.akamai.media.VideoPlayerView
Return the width of this view
GZIP - Static variable in class com.akamai.utils.Base64
Specify that data should be gzip-compressed in second bit.

H

hasAudioTrack() - Method in class com.akamai.media.decoder.TSExtractor
 
hashCode() - Method in class com.akamai.media.decoder.MediaFormat
 
hasKeyframe() - Method in class com.akamai.media.decoder.TSExtractor
 
hasNextMediaSegment() - Method in class com.akamai.media.hls.SegmentsDownloader
 
hasVideoTrack() - Method in class com.akamai.media.decoder.TSExtractor
 
height - Variable in class com.akamai.media.decoder.MediaFormat
 
HLS_STARTING_ALGORITHM_AKAMAI - Static variable in interface com.akamai.media.VideoPlayerView
Starting algorithm designed by Akamai, optimized to cover the max number of devices with the starting bitrate.
HLS_STARTING_ALGORITHM_APPLE - Static variable in interface com.akamai.media.VideoPlayerView
Starting algorithm implemented in iDevices.
HlsClient - Class in com.akamai.media.hls
 
HlsClient(MemoryBufferProcessor) - Constructor for class com.akamai.media.hls.HlsClient
 
HSL_SERVER_URL_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
HttpDownloader<T> - Class in com.akamai.media.hls.httpdownloaders
Helper class for downloading of files from the HTTP server
HttpDownloader() - Constructor for class com.akamai.media.hls.httpdownloaders.HttpDownloader
 

I

IDR_NAL_UNIT_TYPE - Static variable in class com.akamai.media.decoder.CodecSpecificUtil
 
ignoredSegments - Variable in class com.akamai.media.hls.SeekResult
 
IMediaEngineWorker - Interface in com.akamai.media.decoder
 
INFINITY - Static variable in class com.akamai.utils.SegmentTimer
 
init(Context) - Method in class com.akamai.analytics.TrackerBase
 
initEventCallbacks() - Method in interface com.akamai.media.IPlayerCodecHelper
 
initEventCallbacks() - Method in class com.akamai.media.MediaCodecHelper
 
initializationData - Variable in class com.akamai.media.decoder.MediaFormat
 
initNativeEngine() - Method in interface com.akamai.media.IPlayerCodecHelper
 
initNativeEngine() - Method in class com.akamai.media.MediaCodecHelper
 
Inputs - Class in com.akamai.media.hls.httpdownloaders
 
Inputs(String, URL, String) - Constructor for class com.akamai.media.hls.httpdownloaders.Inputs
 
INVALID_SERVER_STATE_ERROR - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
IPlayerCodecHelper - Interface in com.akamai.media
 
IPlayerEventsListener - Interface in com.akamai.media
Player EventsListener
isAdsUrlDefined() - Method in class com.akamai.utils.AMPConfig
 
isAndrodoi403rBelow() - Static method in class com.akamai.utils.Utils
 
isAndroid31rAbove() - Static method in class com.akamai.utils.Utils
 
isAndroid3OrAbove() - Static method in class com.akamai.utils.Utils
 
isAndroid40rAbove() - Static method in class com.akamai.utils.Utils
 
isAndroid412rAbove() - Static method in class com.akamai.utils.Utils
 
isAndroid42rAbove() - Static method in class com.akamai.utils.Utils
 
isAudioOnly() - Method in interface com.akamai.media.IPlayerCodecHelper
 
isAudioOnly() - Method in class com.akamai.media.MediaCodecHelper
 
isAudioOnly() - Method in interface com.akamai.media.VideoPlayerView
Return true if the current bitrate is an audio only stream
isAudioOnly() - Method in class com.akamai.media.VideoPlayerViewHardware
Return true if the current bitrate is an audio only stream
isAudioOnly() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isAudioOnly() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return true if the current bitrate is an audio only stream
isAudioOnly() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return true if the current bitrate is an audio only stream
isBitrateSupported(int) - Method in interface com.akamai.media.VideoPlayerView
Method used for knowing if a specific bitrate of the stream that is being played is compatible with the device.
isBitrateSupported(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Method used for knowing if a specific bitrate of the stream that is being played is compatible with the device.
isBitrateSupported(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isBitrateSupported(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
isBitrateSupported(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Method used for knowing if a specific bitrate of the stream that is being played is compatible with the device.
isComplete() - Method in class com.akamai.media.hls.PlayListParser
 
isConfigLoaded() - Method in class com.akamai.model.ConfigModel
 
isDiscontinuity() - Method in class com.akamai.media.decoder.MediaBuffer
 
ISegmentInfoListener - Interface in com.akamai.media
Player EventsListener
isError() - Method in interface com.akamai.media.VideoPlayerView
Check whether there was an error
isError() - Method in class com.akamai.media.VideoPlayerViewHardware
Check whether there was an error
isError() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isError() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Check whether there was an error
isError() - Method in class com.akamai.media.VideoPlayerViewSoftware
Check whether there was an error
isEvent() - Method in class com.akamai.media.hls.PlayListParser
 
isFailoverAvailable() - Method in class com.akamai.media.hls.SegmentsDownloader
 
isFinished() - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
isFinished() - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
isFinished() - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
isFinished() - Method in interface com.akamai.media.VideoPlayerView
Check whether the current playback has finished
isFinished() - Method in class com.akamai.media.VideoPlayerViewHardware
Check whether the current playback has finished
isFinished() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isFinished() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Check whether the current playback has finished
isFinished() - Method in class com.akamai.media.VideoPlayerViewSoftware
Check whether the current playback has finished
isFormatChange() - Method in class com.akamai.media.decoder.MediaBuffer
 
isFullScreen() - Method in interface com.akamai.media.VideoPlayerView
Return true if the player is in fullscreenmode
isFullScreen() - Method in class com.akamai.media.VideoPlayerViewHardware
Return true if the player is in fullscreenmode
isFullScreen() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isFullScreen() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return true if the player is in fullscreenmode
isFullScreen() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return true if the player is in fullscreenmode
isHLSStream() - Method in class com.akamai.model.ConfigModel
 
isHTTPS(String) - Static method in class com.akamai.utils.Utils
 
isLastSegment() - Method in class com.akamai.media.decoder.MediaBuffer
 
isLicenseExpired() - Method in interface com.akamai.media.VideoPlayerView
Get information about the status of the SDK license
isLicenseExpired() - Method in class com.akamai.media.VideoPlayerViewHardware
Get information about the status of the SDK license
isLicenseExpired() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Get information about the status of the SDK license
isLicenseExpired() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Get information about the status of the SDK license
isLicenseExpired() - Method in class com.akamai.media.VideoPlayerViewSoftware
Get information about the status of the SDK license
isLive() - Method in class com.akamai.media.hls.HlsClient
 
isLive() - Method in class com.akamai.media.hls.SegmentsDownloader
 
isLive() - Method in interface com.akamai.media.VideoPlayerView
Return true when playing a live stream
isLive() - Method in class com.akamai.media.VideoPlayerViewHardware
Return true when playing a live stream
isLive() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isLive() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return true when playing a live stream
isLive() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return true when playing a live stream
isMaster() - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
isMaster() - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
isMaster() - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
isMasterPlaylist() - Method in class com.akamai.media.hls.PlayListParser
 
isNonStandardHost(String) - Static method in class com.akamai.utils.Utils
 
isOutOfMemoryRaised() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
isPaused() - Method in interface com.akamai.media.VideoPlayerView
Check whether control is in pause
isPaused() - Method in class com.akamai.media.VideoPlayerViewHardware
Check whether VideoPlayerView control is in pause
isPaused() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isPaused() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Check whether VideoPlayerView control is in pause
isPaused() - Method in class com.akamai.media.VideoPlayerViewSoftware
Check whether VideoPlayerView control is in pause
isPlaybackFinished() - Method in class com.akamai.media.hls.NativeHelper
 
isPlaybackProcessInterrupted() - Method in interface com.akamai.media.VideoPlayerView
Return true if playback was interrupted by any of the Android SDK plugins
isPlaybackProcessInterrupted() - Method in class com.akamai.media.VideoPlayerViewHardware
 
isPlaybackProcessInterrupted() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isPlaybackProcessInterrupted() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
isPlaybackProcessInterrupted() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
isPlaying() - Method in interface com.akamai.media.VideoPlayerView
Check whether control is playing
isPlaying() - Method in class com.akamai.media.VideoPlayerViewHardware
Check whether VideoPlayerView control is playing
isPlaying() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isPlaying() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Check whether VideoPlayerView control is playing
isPlaying() - Method in class com.akamai.media.VideoPlayerViewSoftware
Check whether VideoPlayerView control is playing
isPlayingPrimary() - Method in class com.akamai.media.hls.HlsClient
 
isPlayingPrimary() - Method in class com.akamai.media.hls.SegmentsDownloader
 
isPlaylistChanged() - Method in class com.akamai.media.hls.SegmentsDownloader
 
isPlaylistComplete() - Method in class com.akamai.media.hls.SegmentsDownloader
 
isPluginActive() - Method in interface com.akamai.plugins.VideoBasedPlugin
 
isPluginPlaying() - Method in interface com.akamai.plugins.VideoBasedPlugin
 
isRawAAC() - Method in class com.akamai.media.decoder.TSExtractor
 
isRebuffering() - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
isRebuffering() - Method in class com.akamai.media.decoder.MediaEngine
 
isRebuffering() - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
isRebuffering() - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
isRebuffering() - Method in interface com.akamai.media.IPlayerCodecHelper
 
isRebuffering() - Method in class com.akamai.media.MediaCodecHelper
 
isReportingEnabled() - Method in class com.akamai.analytics.TrackerBase
 
isResettingTimestamps() - Method in interface com.akamai.media.IPlayerCodecHelper
 
isResettingTimestamps() - Method in class com.akamai.media.MediaCodecHelper
 
isResumingAfterActivityResume() - Method in interface com.akamai.media.VideoPlayerView
Return true if playback is being automatically restarted after an activity resume.
isResumingAfterActivityResume() - Method in class com.akamai.media.VideoPlayerViewHardware
Return true if playback is being automatically restarted after an activity resume.
isResumingAfterActivityResume() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Return true if playback is being automatically restarted after an activity resume.
isResumingAfterActivityResume() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Return true if playback is being automatically restarted after an activity resume.
isResumingAfterActivityResume() - Method in class com.akamai.media.VideoPlayerViewSoftware
Return true if playback is being automatically restarted after an activity resume.
isRunning() - Method in class com.akamai.utils.SegmentTimer
 
isSeeking() - Method in interface com.akamai.media.VideoPlayerView
Check whether VideoPlayerView control is doing a seeking operation
isSeeking() - Method in class com.akamai.media.VideoPlayerViewHardware
Check whether VideoPlayerView control is doing a seeking operation
isSeeking() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
isSeeking() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Check whether VideoPlayerView control is doing a seeking operation
isSeeking() - Method in class com.akamai.media.VideoPlayerViewSoftware
Check whether VideoPlayerView control is doing a seeking operation
isSegmentAfterSeek() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
isSurfaceAvailable() - Method in interface com.akamai.media.IPlayerCodecHelper
 
isSurfaceAvailable() - Method in class com.akamai.media.MediaCodecHelper
 
IStreamPropertiesChange - Interface in com.akamai.media
 
isValid() - Method in class com.akamai.media.hls.PlayListParser
 
items() - Method in class com.akamai.media.hls.PlayListParser
 

K

KeyInfo - Class in com.akamai.media.hls
 
KeyInfo(byte[], byte[]) - Constructor for class com.akamai.media.hls.KeyInfo
 

L

LAST_PTS_POSITION_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
length() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
LicenseManager - Class in com.akamai.utils
 
LicenseManager(Context) - Constructor for class com.akamai.utils.LicenseManager
 
load(String, String, Hashtable<String, String>) - Method in class com.akamai.media.hls.PlayListParser
 
load(String, String) - Static method in class com.akamai.utils.NativeLibraryLoader
 
loadConfig(AMPConfig) - Method in class com.akamai.media.VideoPlayerContainer
 
loadConfig(AMPConfig) - Method in class com.akamai.model.ConfigModel
 
loadConfig(String) - Method in class com.akamai.utils.AMPConfigLoader
 
loadFeedFromString(String) - Method in class com.akamai.media.AMPFeed
 
loadFile(String, String, boolean) - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
loadMainPlaylist(String) - Method in class com.akamai.media.hls.AkamaiHLSService
 
loadMainPlaylist(String) - Method in class com.akamai.media.hls.HlsClient
Loads the index file that contains information about available sub-streams
log(String, String) - Static method in class com.akamai.utils.LogManager
 
log(String) - Static method in class com.akamai.utils.LogManager
 
LogManager - Class in com.akamai.utils
 
LogManager() - Constructor for class com.akamai.utils.LogManager
 

M

MAIN_PLAYLIST_LOAD_ERROR - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
masterIsDown - Variable in class com.akamai.media.decoder.MediaEngine
 
masterIsReady - Variable in class com.akamai.media.decoder.MediaEngine
 
masterSampleTime - Variable in class com.akamai.media.decoder.MediaEngine
 
masterSampleTimestamp - Variable in class com.akamai.media.decoder.MediaEngine
 
maxInputSize - Variable in class com.akamai.media.decoder.MediaFormat
 
mCancel - Variable in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
MEDIA_BUFFER_TYPE_AUDIO - Static variable in class com.akamai.media.decoder.MediaBuffer
 
MEDIA_BUFFER_TYPE_AUDIO_VIDEO - Static variable in class com.akamai.media.decoder.MediaBuffer
 
MEDIA_BUFFER_TYPE_DATA - Static variable in class com.akamai.media.decoder.MediaBuffer
 
MEDIA_BUFFER_TYPE_VIDEO - Static variable in class com.akamai.media.decoder.MediaBuffer
 
MEDIA_REBUFFERING_MODE_AUTOMATIC - Static variable in interface com.akamai.media.VideoPlayerView
Rebuffering mode automatic
MEDIA_REBUFFERING_MODE_MANUAL - Static variable in interface com.akamai.media.VideoPlayerView
Rebuffering mode manual
MEDIA_STATE_PAUSED - Static variable in class com.akamai.media.decoder.MediaEngine
 
MEDIA_STATE_PLAYING - Static variable in class com.akamai.media.decoder.MediaEngine
 
MEDIA_VIDEO_QUALITY_AUTO - Static variable in interface com.akamai.media.VideoPlayerView
Video Quality Auto
MEDIA_VIDEO_QUALITY_HIGH - Static variable in interface com.akamai.media.VideoPlayerView
Video Quality High
MEDIA_VIDEO_QUALITY_LOW - Static variable in interface com.akamai.media.VideoPlayerView
Video Quality Low
MEDIA_VIDEO_QUALITY_MEDIUM - Static variable in interface com.akamai.media.VideoPlayerView
Video Quality Medium
MediaBuffer - Class in com.akamai.media.decoder
 
MediaBuffer(byte[], String, boolean, boolean, boolean, int, int, int, int) - Constructor for class com.akamai.media.decoder.MediaBuffer
 
MediaCodecHelper - Class in com.akamai.media
 
MediaCodecHelper() - Constructor for class com.akamai.media.MediaCodecHelper
 
MediaEngine - Class in com.akamai.media.decoder
 
MediaEngine(MediaCodecHelper, Surface) - Constructor for class com.akamai.media.decoder.MediaEngine
 
MediaEngineAudioWorker - Class in com.akamai.media.decoder
 
MediaEngineAudioWorker(MediaEngine, boolean) - Constructor for class com.akamai.media.decoder.MediaEngineAudioWorker
 
MediaEngineVideoWorker - Class in com.akamai.media.decoder
 
MediaEngineVideoWorker(MediaEngine, boolean, Surface) - Constructor for class com.akamai.media.decoder.MediaEngineVideoWorker
 
MediaFormat - Class in com.akamai.media.decoder
Defines the format of an elementary media stream.
MediaSegmentsInfo - Class in com.akamai.media.hls
 
MemoryBufferProcessor - Interface in com.akamai.media.hls
 
meta() - Method in class com.akamai.media.hls.PlayListParser
 
mimeType - Variable in class com.akamai.media.decoder.MediaFormat
 
MODE_AUTOMATIC - Static variable in class com.akamai.media.VideoPlayerContainer
Automatic mode: - For Android 4.0 and above devices: Hardware Advanced - For Android 3.x and below: If device CPU is multicore: Software mode If device CPU is singlecore: Hardware mode
MODE_HARDWARE - Static variable in class com.akamai.media.VideoPlayerContainer
Hardware decoding mode.
MODE_HARDWARE_ADVANCED - Static variable in class com.akamai.media.VideoPlayerContainer
Hardware Advanced decoding mode.
MODE_NATIVE_BASIC - Static variable in class com.akamai.media.VideoPlayerContainer
Native basic decoding mode.
MODE_NONE - Static variable in class com.akamai.media.VideoPlayerContainer
Internal only
MODE_SOFTWARE - Static variable in class com.akamai.media.VideoPlayerContainer
Software decoding mode.
MSG_BANDWIDTH_INFO - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_GET_POSITION_REQUEST - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_GET_POSITION_RESULT - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_LOAD_MAIN_PLAYLIST - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_MAIN_PLAYLIST_IS_LOADED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_NETSESSION_MODE - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_PLAY_IS_STARTED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_PLAYBACK_ERROR - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_PLAYBACK_FINISHED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_PLAYER_PAUSED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_PLAYER_RESUMED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_PLAYER_SEEK - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_QUEUED_SEGMENTS - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_REGISTER_CLIENT - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_RESUME_SUCCEEDED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_SEEK_SUCCEEDED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_SEGMENT_DOWNLOADED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_START_PLAY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_STOP_SERVER - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_SWITCH_BITRATE - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_SWITCH_BITRATE_SUCCEEDED - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_UNREGISTER_CLIENT - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
MSG_UPDATE_PLAYBACK_INFO - Static variable in class com.akamai.media.hls.AkamaiHLSService
 

N

NALSPSParser - Class in com.akamai.media.decoder
 
NALSPSParser() - Constructor for class com.akamai.media.decoder.NALSPSParser
 
name - Variable in class com.akamai.media.decoder.DecoderInfo
The name of the decoder.
NativeHelper - Class in com.akamai.media.hls
 
NativeHelper() - Constructor for class com.akamai.media.hls.NativeHelper
 
NativeLibraryLoader - Class in com.akamai.utils
 
NativeLibraryLoader() - Constructor for class com.akamai.utils.NativeLibraryLoader
 
NETSESSION_MODE_ALLOWED - Static variable in interface com.akamai.media.VideoPlayerView
NetSession will be used by default but, in case of an error, the player will automatically disable it.
NETSESSION_MODE_DISABLED - Static variable in interface com.akamai.media.VideoPlayerView
NetSession disabled.
NETSESSION_MODE_REQUIRED - Static variable in interface com.akamai.media.VideoPlayerView
NetSession required.
NEW_ACTIVITY_CATEGORY - Static variable in class com.akamai.analytics.TrackerBase
 
NO_ERROR - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
NO_OPTIONS - Static variable in class com.akamai.utils.Base64
No options specified.
NO_VALUE - Static variable in class com.akamai.media.decoder.MediaFormat
 
notifyNumberOfPendingBuffers(int, int, int) - Method in class com.akamai.media.hls.AkamaiHLSService
 

O

offset - Variable in class com.akamai.media.hls.PlayingSegmentInfo
 
Offset - Variable in class com.akamai.media.hls.SeekResult
 
onAudioPropertiesChange(int, int, int) - Method in class com.akamai.media.decoder.MediaEngine
 
onAudioPropertiesChange(int, int, int) - Method in interface com.akamai.media.IPlayerCodecHelper
 
onAudioPropertiesChange(int, int, int) - Method in interface com.akamai.media.IStreamPropertiesChange
 
onAudioPropertiesChange(int, int, int) - Method in class com.akamai.media.MediaCodecHelper
 
onAudioPropertiesChange(int, int, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onBind(Intent) - Method in class com.akamai.media.hls.AkamaiHLSService
 
onBufferingUpdate(MediaPlayer, int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onBufferingUpdate(MediaPlayer, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onCompletion(MediaPlayer) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onCompletion(MediaPlayer) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onDestroy() - Method in class com.akamai.media.hls.AkamaiHLSService
 
onDestroy() - Method in interface com.akamai.media.VideoPlayerView
 
onDestroy() - Method in class com.akamai.media.VideoPlayerViewHardware
 
onDestroy() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onDestroy() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onDestroy() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
onDetachedFromWindow() - Method in class com.akamai.media.VideoPlayerViewHardware
 
onDetachedFromWindow() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onDetachedFromWindow() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onEndBuffering() - Method in class com.akamai.media.decoder.MediaEngine
 
onEndBuffering() - Method in interface com.akamai.media.IPlayerCodecHelper
 
onEndBuffering() - Method in interface com.akamai.media.IStreamPropertiesChange
 
onEndBuffering() - Method in class com.akamai.media.MediaCodecHelper
 
onEndBuffering() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onError() - Method in interface com.akamai.media.IStreamPropertiesChange
 
onError() - Method in class com.akamai.media.MediaCodecHelper
 
onError(MediaPlayer, int, int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onError() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onError(MediaPlayer, int, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onFinish() - Method in class com.akamai.utils.SegmentTimer
 
onInfo(MediaPlayer, int, int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onInfo(MediaPlayer, int, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onMeasure(int, int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onMeasure(int, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onMeasure(int, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onPause() - Method in interface com.akamai.media.VideoPlayerView
 
onPause() - Method in class com.akamai.media.VideoPlayerViewHardware
 
onPause() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onPause() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onPause() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
onPlaybackFinished() - Method in class com.akamai.media.decoder.MediaEngine
 
onPlaybackFinished() - Method in interface com.akamai.media.IPlayerCodecHelper
 
onPlaybackFinished() - Method in interface com.akamai.media.IStreamPropertiesChange
 
onPlaybackFinished() - Method in class com.akamai.media.MediaCodecHelper
 
onPlaybackFinished() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onPlayerEvent(int) - Method in class com.akamai.analytics.TrackerBase
 
onPlayerEvent(int) - Method in interface com.akamai.media.IPlayerEventsListener
Called to indicate a player event
onPlayerExtendedEvent(int, int, int) - Method in class com.akamai.analytics.TrackerBase
 
onPlayerExtendedEvent(int, int, int) - Method in interface com.akamai.media.IPlayerEventsListener
Called to indicate a player extended event
onPlayerExtendedEvent(int, String, byte[]) - Method in interface com.akamai.media.ISegmentInfoListener
Called to indicate a player extended event
onPlayerExtendedEvent(int, String, int) - Method in interface com.akamai.media.ISegmentInfoListener
Called to indicate a player extended event
onPostExecute(AMPFeed) - Method in class com.akamai.media.AMPFeedLoader
 
onPostExecute(AMPConfig) - Method in class com.akamai.utils.AMPConfigLoader
 
onPrepared(MediaPlayer) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onPrepared(MediaPlayer) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onResume() - Method in interface com.akamai.media.VideoPlayerView
 
onResume() - Method in class com.akamai.media.VideoPlayerViewHardware
 
onResume() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onResume() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onResume() - Method in class com.akamai.media.VideoPlayerViewSoftware
 
onSeekComplete(MediaPlayer) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onSegmentProgress(String, int) - Method in interface com.akamai.media.VideoPlayerView
 
onSegmentProgress(String, int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onSegmentProgress(String, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onSegmentProgress(String, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onSegmentProgress(String, int) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
onStartBuffering() - Method in class com.akamai.media.decoder.MediaEngine
 
onStartBuffering() - Method in interface com.akamai.media.IPlayerCodecHelper
 
onStartBuffering() - Method in interface com.akamai.media.IStreamPropertiesChange
 
onStartBuffering() - Method in class com.akamai.media.MediaCodecHelper
 
onStartBuffering() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onTick() - Method in class com.akamai.utils.SegmentTimer
 
onTouchEvent(MotionEvent) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onTouchEvent(MotionEvent) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
onUnbind(Intent) - Method in class com.akamai.media.hls.AkamaiHLSService
 
onVideoPropertiesChange(int, int, int, int) - Method in class com.akamai.media.decoder.MediaEngine
 
onVideoPropertiesChange(int, int, int, int) - Method in interface com.akamai.media.IPlayerCodecHelper
 
onVideoPropertiesChange(int, int, int, int) - Method in interface com.akamai.media.IStreamPropertiesChange
 
onVideoPropertiesChange(int, int, int, int) - Method in class com.akamai.media.MediaCodecHelper
 
onVideoPropertiesChange(int, int, int, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
onVideoSizeChanged(MediaPlayer, int, int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
onVideoSizeChanged(MediaPlayer, int, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
ORDERED - Static variable in class com.akamai.utils.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.

P

parse(byte[], int) - Method in class com.akamai.media.decoder.NALSPSParser
 
parseAudioSpecificConfig(byte[]) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Parses an AudioSpecificConfig, as defined in ISO 14496-3 1.6.2.1
parseJson(String) - Method in class com.akamai.utils.AMPConfig
 
parseSpsNalUnit(byte[]) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Parses an SPS NAL unit.
path - Variable in class com.akamai.media.hls.PlayingSegmentInfo
 
pause() - Method in interface com.akamai.media.VideoPlayerView
Pause playback
pause() - Method in class com.akamai.media.VideoPlayerViewHardware
Pause playback
pause() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Pause playback
pause() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Pause playback
pause() - Method in class com.akamai.media.VideoPlayerViewSoftware
Pause playback
pause() - Method in class com.akamai.utils.SegmentTimer
 
PAUSE_COUNT - Static variable in class com.akamai.analytics.TrackerBase
 
pausePluginContent() - Method in interface com.akamai.plugins.VideoBasedPlugin
 
pixelWidthHeightRatio - Variable in class com.akamai.media.decoder.MediaFormat
 
PLAY_CONTROL_CATEGORY - Static variable in class com.akamai.analytics.TrackerBase
 
PLAY_CONTROL_EVENT - Static variable in class com.akamai.analytics.TrackerBase
 
PLAY_CONTROL_EVENT_END - Static variable in class com.akamai.analytics.TrackerBase
 
PLAY_CONTROL_EVENT_PAUSE - Static variable in class com.akamai.analytics.TrackerBase
 
PLAY_CONTROL_EVENT_PLAY - Static variable in class com.akamai.analytics.TrackerBase
 
PLAY_TIME - Static variable in class com.akamai.analytics.TrackerBase
 
playAudioUrl(String) - Method in interface com.akamai.media.VideoPlayerView
Play an audio only stream given the stream URL
playAudioUrl(String, int) - Method in interface com.akamai.media.VideoPlayerView
Play an audio only stream given the stream URL, starting at the specified position in seconds
playAudioUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardware
Play an audio only stream given the stream Url
playAudioUrl(String, int) - Method in class com.akamai.media.VideoPlayerViewHardware
Play an audio only stream given the stream URL, starting at the specified position in seconds
playAudioUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Play an audio only stream given the stream URL
playAudioUrl(String, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Play an audio only stream given the stream URL, starting at the specified position in seconds
playAudioUrl(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Play an audio only stream given the stream Url
playAudioUrl(String, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Play an audio only stream given the stream URL, starting at the specified position in seconds
playAudioUrl(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Play an audio only stream given the stream Url
playAudioUrl(String, int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Play an audio only stream given the stream URL, starting at the specified position in seconds
PLAYER_EVENT_CURRENT_SEGMENT_INFO - Static variable in interface com.akamai.media.ISegmentInfoListener
Indicate a time position change.
PLAYER_EVENT_SEGMENT_DOWNLOADED - Static variable in interface com.akamai.media.ISegmentInfoListener
Indicate a successful segment downloading operation arg1:
PLAYER_EVENT_TYPE_END_REBUFFERING - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate the last rebuffering event has ended
PLAYER_EVENT_TYPE_ERROR - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate an error has occurred
PLAYER_EVENT_TYPE_FINISHED - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate the end of the playback
PLAYER_EVENT_TYPE_FULLSCREEN_MODE_CHANGE - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate a fullscreen mode being selected
PLAYER_EVENT_TYPE_LOAD_REQUESTED - Static variable in interface com.akamai.media.IPlayerEventsListener
There is a request for loading a new video.
PLAYER_EVENT_TYPE_LOADING - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate the control is loading a media resource
PLAYER_EVENT_TYPE_PAUSE_REQUESTED - Static variable in interface com.akamai.media.IPlayerEventsListener
Pause method called
PLAYER_EVENT_TYPE_POSITION_UPDATE - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate a time position change.
PLAYER_EVENT_TYPE_RESUME_REQUESTED - Static variable in interface com.akamai.media.IPlayerEventsListener
Resume method called
PLAYER_EVENT_TYPE_SIZE_CHANGE - Static variable in interface com.akamai.media.IPlayerEventsListener
Video size or position has changed.
PLAYER_EVENT_TYPE_START_PLAYING - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate the start of the playback
PLAYER_EVENT_TYPE_START_REBUFFERING - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate the control is starting buffering
PLAYER_EVENT_TYPE_SWITCH - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate a bitrate switch has just occurred
PLAYER_EVENT_TYPE_SWITCH_REQUESTED - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate a bitrate switch has been requested
PLAYER_EXTENDED_EVENT_BANDWIDTH_MEASURE - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate the control has executed a bandwidth measure arg1: Current client bandwidth arg2: Index of the recommended playback bitrate
PLAYER_EXTENDED_EVENT_SEEKING_SUCCEDEED - Static variable in interface com.akamai.media.IPlayerEventsListener
Indicate a successful seeking operation arg1: Seeking position
playFeedFromJson(String) - Method in interface com.akamai.media.VideoPlayerView
Play a stream given a JSON feed string.
playFeedFromJson(String) - Method in class com.akamai.media.VideoPlayerViewHardware
Play a stream given a JSON feed string.
playFeedFromJson(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Play a stream given a JSON feed string.
playFeedFromJson(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Play a stream given a JSON feed string.
playFeedFromJson(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Play a stream given a JSON feed string.
playFeedFromUrl(String) - Method in interface com.akamai.media.VideoPlayerView
Play a stream given a feed url.
playFeedFromUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardware
Play a stream given a feed url.
playFeedFromUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Play a stream given a feed url.
playFeedFromUrl(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Play a stream given a feed url.
playFeedFromUrl(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Play a stream given a feed url.
PlayingSegmentInfo - Class in com.akamai.media.hls
 
PlayingSegmentInfo() - Constructor for class com.akamai.media.hls.PlayingSegmentInfo
 
playInternalUrl(String, boolean, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
PlayListParser - Class in com.akamai.media.hls
 
PlayListParser() - Constructor for class com.akamai.media.hls.PlayListParser
 
PlayListParser(PlayListParser) - Constructor for class com.akamai.media.hls.PlayListParser
 
playUrl(String) - Method in interface com.akamai.media.VideoPlayerView
Play a stream given the stream URL
playUrl(String, int) - Method in interface com.akamai.media.VideoPlayerView
Play a stream given the stream URL, starting at the specified position in seconds
playUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardware
Play a stream given the stream Url
playUrl(String, int) - Method in class com.akamai.media.VideoPlayerViewHardware
Play a stream given the stream URL, starting at the specified position in seconds
playUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Play a stream given the stream Url
playUrl(String, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Play a stream given the stream URL, starting at the specified position in seconds
playUrl(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Play a stream given the stream Url
playUrl(String, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Play a stream given the stream URL, starting at the specified position in seconds
playUrl(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Play a stream given the stream Url
playUrl(String, int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Play a stream given the stream URL, starting at the specified position in seconds
position - Variable in class com.akamai.media.decoder.ExtractorByteBuffer
 
PositionResult - Class in com.akamai.media.hls
 
PositionResult() - Constructor for class com.akamai.media.hls.PositionResult
 
PPS_NAL_UNIT_TYPE - Static variable in class com.akamai.media.decoder.CodecSpecificUtil
 
PRESET_CATEGORY - Static variable in class com.akamai.analytics.TrackerBase
 
printInfo() - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
processBuffer(String, byte[], int, boolean, boolean, int, int, boolean) - Method in class com.akamai.media.hls.AkamaiHLSService
 
processBuffer(String, byte[], int, boolean, boolean, int, int, boolean) - Method in interface com.akamai.media.hls.MemoryBufferProcessor
 
processBuffer(String, byte[], int, boolean, boolean, int, int, boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
PROCESSING_BUFFER_ERROR - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
processSegment(String, byte[], boolean) - Method in class com.akamai.media.hls.NativeHelper
 
put(byte[], int, int) - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 

R

read() - Method in class com.akamai.utils.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.akamai.utils.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
READ_BUFFER_SIZE - Static variable in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
readBytes(byte[], int, int) - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
readBytes(ByteBuffer, int) - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
readCookies(HttpURLConnection, boolean, boolean) - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
Read cookies from a specified URLConnection, and insert them to the Hashtable The hashtable represents the Cookies.
readInputStream(BufferedInputStream) - Method in class com.akamai.media.hls.httpdownloaders.ByteArrayHttpDownloader
 
readInputStream(BufferedInputStream) - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
readInputStream(BufferedInputStream) - Method in class com.akamai.media.hls.httpdownloaders.StringHttpDownloader
 
readInt() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
readLong() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
readSampleData(ByteBuffer, int) - Method in class com.akamai.media.decoder.TSExtractor
 
readUnsignedByte() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
readUnsignedFixedPoint1616() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
readUnsignedInt() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
readUnsignedIntToInt() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
Reads an unsigned integer into an integer.
readUnsignedLongToLong() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
Reads an unsigned long into a long.
readUnsignedShort() - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
REASON_VIDEO_PROFILE_NOT_SUPPORTED - Static variable in exception com.akamai.media.exceptions.BitrateNotSupportedException
Video profile not supported by the device.
REASON_VIDEO_RESOLUTION_HIGHER_THAN_SCREEN - Static variable in exception com.akamai.media.exceptions.BitrateNotSupportedException
Resolution of the video stream is not supported by the device.
release() - Method in class com.akamai.media.decoder.TSExtractor
 
releasePlayer() - Method in interface com.akamai.media.IPlayerCodecHelper
 
releasePlayer() - Method in class com.akamai.media.MediaCodecHelper
 
reloadPlaylist(String, String) - Method in class com.akamai.media.hls.SegmentsDownloader
 
reportSegmentDownloadIssues() - Method in class com.akamai.media.hls.SegmentsDownloader
 
requestPositionFromService() - Method in class com.akamai.media.VideoPlayerViewHardware
 
reset() - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
reset() - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
reset() - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
reset() - Method in class com.akamai.media.decoder.TSExtractor
 
reset() - Method in class com.akamai.media.hls.BandwidthManager
 
resetBaseTime() - Method in class com.akamai.media.decoder.TSExtractor
 
resetCancelDownload() - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
resetCancelDownload() - Method in class com.akamai.media.hls.SegmentProcessingThread
 
resetTime() - Method in class com.akamai.media.decoder.TSExtractor
 
restart(String) - Method in class com.akamai.utils.SegmentTimer
 
resume() - Method in interface com.akamai.media.VideoPlayerView
Resume playback
resume() - Method in class com.akamai.media.VideoPlayerViewHardware
Resume playback
resume() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Resume playback
resume() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Resume playback
resume() - Method in class com.akamai.media.VideoPlayerViewSoftware
Resume playback
resume() - Method in class com.akamai.utils.SegmentTimer
 
resumeEncoding() - Method in class com.akamai.utils.Base64.OutputStream
Resumes encoding of the stream.
resumePluginContent() - Method in interface com.akamai.plugins.VideoBasedPlugin
 
rewind(int) - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
RTSP_PORT - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
run() - Method in class com.akamai.media.hls.SegmentProcessingThread
 
run() - Method in class com.akamai.media.hls.SegmentsDownloaderThread
 

S

sampleRate - Variable in class com.akamai.media.decoder.MediaFormat
 
SCROLLING_ROOT_NODE - Static variable in class com.akamai.analytics.TrackerBase
 
seek(int, int) - Method in interface com.akamai.media.VideoPlayerView
Seek to the specified time position
seek(int, int) - Method in class com.akamai.media.VideoPlayerViewHardware
Seek to the specified time position
seek(int, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
seek(int, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Seek to the specified time position
seek(int, int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Seek to the specified time position
SeekResult - Class in com.akamai.media.hls
 
SeekResult() - Constructor for class com.akamai.media.hls.SeekResult
 
seekTo(long, int) - Method in class com.akamai.media.decoder.TSExtractor
 
seekTo(int) - Method in class com.akamai.media.hls.HlsClient
 
seekTo(int) - Method in class com.akamai.media.hls.SegmentsDownloader
 
seekToLive() - Method in interface com.akamai.media.VideoPlayerView
Seek to the live position.
seekToLive() - Method in class com.akamai.media.VideoPlayerViewHardware
Seek to the live position.
seekToLive() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
seekToLive() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Seek to the live position.
seekToLive() - Method in class com.akamai.media.VideoPlayerViewSoftware
Seek to the live position.
SEGMENT_DOWNLODED_DATA_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
SEGMENT_DOWNLODED_URL_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
SegmentProcessingThread - Class in com.akamai.media.hls
 
SegmentProcessingThread(SegmentsDownloader) - Constructor for class com.akamai.media.hls.SegmentProcessingThread
 
SegmentsDownloader - Class in com.akamai.media.hls
 
SegmentsDownloader(MemoryBufferProcessor, String, String, Hashtable<String, String>, PlayListParser, int, int, int) - Constructor for class com.akamai.media.hls.SegmentsDownloader
 
SegmentsDownloaderThread - Class in com.akamai.media.hls
 
SegmentsDownloaderThread(SegmentsDownloader) - Constructor for class com.akamai.media.hls.SegmentsDownloaderThread
 
SegmentTimer - Class in com.akamai.utils
 
SegmentTimer(VideoPlayerView) - Constructor for class com.akamai.utils.SegmentTimer
 
SegmentUrl - Variable in class com.akamai.media.hls.SeekResult
 
selectTrack(int) - Method in class com.akamai.media.decoder.TSExtractor
 
sendMainPlaylistLoadedResult(VariantItem[]) - Method in class com.akamai.media.hls.AkamaiHLSService
 
setAdjustTimestamps(boolean) - Method in interface com.akamai.media.VideoPlayerView
Enable/disable the adjustment of timestamps in case of misalignment detected
setAdjustTimestamps(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Enable/disable the adjustment of timestamps in case of misalignment detected This method doesn't make sense in the hardware version of the SDK. Hardware decoder needs the timestamps to be fully aligned so this feature is always enabled
setAdjustTimestamps(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setAdjustTimestamps(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Enable/disable the adjustment of timestamps in case of misalignment detected This method doesn't make sense in the hardware version of the SDK. Hardware decoder needs the timestamps to be fully aligned so this feature is always enabled
setAdjustTimestamps(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Enable/disable the adjustment of timestamps in case of misalignment detected
setAkamaiAlgorithmValue(int) - Method in interface com.akamai.media.VideoPlayerView
Combined with setHLSStartingAlgorithm(VideoPlayerView.HLS_STARTING_ALGORITHM_AKAMAI) this methods allow setting a custom value for the maximum starting bitrate (default is 300000bps)
setAkamaiAlgorithmValue(int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setAkamaiAlgorithmValue(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setAkamaiAlgorithmValue(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setAkamaiAlgorithmValue(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setAutoResume(boolean) - Method in interface com.akamai.media.VideoPlayerView
Enable/disable auto resume feature.
setAutoResume(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setAutoResume(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setAutoResume(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setAutoResume(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setAvoidAudioOnlyStreams(boolean) - Method in interface com.akamai.media.VideoPlayerView
When multibitrate, deactivate/activate the use of audio only streams This method doesn't make sense in the hardware version of the SDK as the interpretation of the protocol is done by the hardware decoder.
setAvoidAudioOnlyStreams(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
When multibitrate, deactivate/activate the use of audio only streams This method doesn't make sense in the hardware version of the SDK as the interpretation of the protocol is done by the hardware decoder. We are not analyzing the stream before passing it to the decoder so we can't know if the stream is an audio only stream.
setAvoidAudioOnlyStreams(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setAvoidAudioOnlyStreams(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
When multibitrate, deactivate/activate the use of audio only streams This method doesn't make sense in the hardware version of the SDK as the interpretation of the protocol is done by the hardware decoder. We are not analyzing the stream before passing it to the decoder so we can't know if the stream is an audio only stream.
setAvoidAudioOnlyStreams(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
When multibitrate, deactivate/activate the use of audio only streams
setAvoidIncompatibleVideoProfiles(boolean) - Method in interface com.akamai.media.VideoPlayerView
Enable/disable protection mechanism that avoids the selection of incompatible bitrates.
setAvoidIncompatibleVideoProfiles(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Enable/disable protection mechanism that avoids the selection of incompatible bitrates.
setAvoidIncompatibleVideoProfiles(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setAvoidIncompatibleVideoProfiles(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Enable/disable protection mechanism that avoids the selection of incompatible bitrates.
setAvoidIncompatibleVideoProfiles(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Deprecated.
Enable/disable protection mechanism that avoids the selection of incompatible bitrates. When using hardware decoding method avoid the player to select any bitrate whose profile is not compatible with the H.264 hardware decoder. This method doesn't make sense for software decoding.
setAvoidIncompatibleVideoResolutions(boolean) - Method in interface com.akamai.media.VideoPlayerView
Enable/disable protection mechanism that avoids the selection of incompatible bitrates.
setAvoidIncompatibleVideoResolutions(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Enable/disable protection mechanism that avoids the selection of incompatible bitrates.
setAvoidIncompatibleVideoResolutions(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setAvoidIncompatibleVideoResolutions(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Enable/disable protection mechanism that avoids the selection of incompatible bitrates.
setAvoidIncompatibleVideoResolutions(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Deprecated.
Enable/disable protection mechanism that avoids the selection of incompatible bitrates. When using hardware decoding method avoid the player to select any bitrate whose video resolution higher than the device screen resolution. This method doesn't make sense for software decoding.
setBackgroundColor(int) - Method in interface com.akamai.media.VideoPlayerView
Sets the background color for the player itself
setBackgroundColor(int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setBackgroundColor(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setBackgroundColor(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setBackgroundColor(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setBitrateToPlay(int) - Method in interface com.akamai.media.VideoPlayerView
Software: In manual switching mode, set the maximum bitrate to be used during the playback.
setBitrateToPlay(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Set the bitrate to be played
setBitrateToPlay(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setBitrateToPlay(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Set the bitrate to be played
setBitrateToPlay(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
In manual switching mode, set the maximum bitrate to be used during the playback.
setComscoreC2(String) - Method in class com.akamai.model.ConfigModel
 
setComscorePublisherSecret(String) - Method in class com.akamai.model.ConfigModel
 
setCookies(Hashtable<String, String>) - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
setCreateForUnitTesting() - Method in class com.akamai.media.hls.SegmentsDownloader
 
setDataSource(byte[]) - Method in class com.akamai.media.decoder.TSExtractor
 
setDebugingActive(Boolean) - Method in interface com.akamai.media.VideoPlayerView
Activate/deactivate the debug mode
setDebugingActive(Boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Activate/deactivate the debug mode
setDebugingActive(Boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Activate/deactivate the debug mode
setDebugingActive(Boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Activate/deactivate the debug mode
setDebugingActive(Boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Activate/deactivate the debug mode
setDebugUrl(String) - Method in interface com.akamai.media.VideoPlayerView
When debugging mode is active, each time the player finish playing a stream it sends a report to the url defined using this method.
setDebugUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardware
When debugging mode is active, each time the player finish playing a stream it sends a report to the url defined using this method.
setDebugUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
When debugging mode is active, each time the player finish playing a stream it sends a report to the url defined using this method.
setDebugUrl(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
When debugging mode is active, each time the player finish playing a stream it sends a report to the url defined using this method.
setDebugUrl(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
When debugging mode is active, each time the player finish playing a stream it sends a report to the url defined using this method.
setDefaultAudioConfig(int, int) - Method in interface com.akamai.media.VideoPlayerView
Set default audio configuration parameters.
setDefaultAudioConfig(int, int) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Set default audio configuration parameters. Values provided will be used whenever the audio decoder is not able to get the real parameters of a stream Doesn't make sense for the hardware SDK
setDefaultAudioConfig(int, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setDefaultAudioConfig(int, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Set default audio configuration parameters. Values provided will be used whenever the audio decoder is not able to get the real parameters of a stream Doesn't make sense for the hardware SDK
setDefaultAudioConfig(int, int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set default audio configuration parameters.
setDisableDynamicAudioFeature(boolean) - Method in interface com.akamai.media.VideoPlayerView
Disable dynamic audio feature in stream (bitrates with different audio settings: channels, sample rate).
setDisableDynamicAudioFeature(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Disable dynamic audio feature in stream (bitrates with different audio settings: channels, sample rate). Having different audio settings per bitrate is not recommended! This method doesn't make sense in the hardware version of the SDK as it is not supporting multibitrate.
setDisableDynamicAudioFeature(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setDisableDynamicAudioFeature(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Disable dynamic audio feature in stream (bitrates with different audio settings: channels, sample rate). Having different audio settings per bitrate is not recommended! This method doesn't make sense in the hardware version of the SDK as it is not supporting multibitrate.
setDisableDynamicAudioFeature(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Disable dynamic audio feature in stream (bitrates with different audio settings: channels, sample rate).
setDropFrames(boolean) - Method in interface com.akamai.media.VideoPlayerView
Configure the player to drop frames when needed for improving audio/video sync.
setDropFrames(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Configure the player to drop frames when needed for improving audio/video sync. When the cpu is extremely slow, the frame drop feature is automatically turned off to avoid the player to show a constant black screen. The default value for this property is false This method doesn't make sense in the hardware version of the SDK dropping frames or not is managed internally in the hardware decoder
setDropFrames(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setDropFrames(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Configure the player to drop frames when needed for improving audio/video sync. When the cpu is extremely slow, the frame drop feature is automatically turned off to avoid the player to show a constant black screen. The default value for this property is false This method doesn't make sense in the hardware version of the SDK dropping frames or not is managed internally in the hardware decoder
setDropFrames(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Configure the player to drop frames when needed for improving audio/video sync.
setDropWrongTimestampPacketsMode(int) - Method in interface com.akamai.media.VideoPlayerView
Set how to manage packets that don't include timestamp For not well encoded streams is possible that timestamp values are not correctly set.
setDropWrongTimestampPacketsMode(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Set how to manage packets that don't include timestamp For not well encoded streams is possible that timestamp values are not correctly set. Using this method you can configure the SDK to drop packets with wrong timestamps This method doesn't make sense in the hardware version of the SDK. Hardware decoder needs the timestamps to be fully aligned so this feature is always enabled
setDropWrongTimestampPacketsMode(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setDropWrongTimestampPacketsMode(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Set how to manage packets that don't include timestamp For not well encoded streams is possible that timestamp values are not correctly set. Using this method you can configure the SDK to drop packets with wrong timestamps This method doesn't make sense in the hardware version of the SDK. Hardware decoder needs the timestamps to be fully aligned so this feature is always enabled
setDropWrongTimestampPacketsMode(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set how to manage packets that don't include timestamp For not well encoded streams is possible that timestamp values are not correctly set.
setEventsListener(IPlayerEventsListener) - Method in interface com.akamai.media.VideoPlayerView
Register a callback to be invoked when any player event happens
setEventsListener(IPlayerEventsListener) - Method in class com.akamai.media.VideoPlayerViewHardware
Register a callback to be invoked when any player event happens
setEventsListener(IPlayerEventsListener) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Register a callback to be invoked when any player event happens
setEventsListener(IPlayerEventsListener) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Register a callback to be invoked when any player event happens
setEventsListener(IPlayerEventsListener) - Method in class com.akamai.media.VideoPlayerViewSoftware
Register a callback to be invoked when any player event happens
setForceDiscontinuity(boolean) - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
setForceFormatChange(boolean) - Method in interface com.akamai.media.VideoPlayerView
When set to true, the format change flag is set to true for the initial segment after a seeking operation.
setForceFormatChange(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setForceFormatChange(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setForceFormatChange(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setForceFormatChange(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setForceOMXdecoding(boolean) - Method in interface com.akamai.media.VideoPlayerView
When set to true, the decoding engine will use the direct OMX approach instead of the newest MediaCodec approach.
setForceOMXdecoding(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setForceOMXdecoding(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setForceOMXdecoding(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setForceOMXdecoding(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setFullScreen(boolean) - Method in interface com.akamai.media.VideoPlayerView
Set fullscreen mode.
setFullScreen(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Set fullscreen mode.
setFullScreen(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setFullScreen(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Set fullscreen mode.
setFullScreen(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set fullscreen mode.
setFullScreenMode(int) - Method in interface com.akamai.media.VideoPlayerView
Set fullscreen mode.
setFullScreenMode(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Set fullscreen mode.
setFullScreenMode(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setFullScreenMode(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Set fullscreen mode.
setFullScreenMode(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setGoogleAnalyticsTrackingId(String) - Method in class com.akamai.model.ConfigModel
 
setHardwareSeekingProtection(boolean) - Method in interface com.akamai.media.VideoPlayerView
When set to true, multiple seeks in a row are blocked by the SDK to protect from a hardware interface crash failure occurring for specific streams Default value: false Note: only for Hardware Advanced decoding mode
setHardwareSeekingProtection(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setHardwareSeekingProtection(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setHardwareSeekingProtection(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setHardwareSeekingProtection(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setHLSStartingAlgorithm(int) - Method in interface com.akamai.media.VideoPlayerView
Sets the algorithm used for selecting the initial bitrate of the playback
setHLSStartingAlgorithm(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Sets the algorithm used for selecting the initial bitrate of the playback
setHLSStartingAlgorithm(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setHLSStartingAlgorithm(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Sets the algorithm used for selecting the initial bitrate of the playback
setHLSStartingAlgorithm(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set the starting algorithm used for playing HLS streams
setInitialSeekingPosition(int) - Method in interface com.akamai.media.VideoPlayerView
Set the video starting position
setInitialSeekingPosition(int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setInitialSeekingPosition(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setInitialSeekingPosition(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setInitialSeekingPosition(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setIPasHost(URL) - Static method in class com.akamai.utils.Utils
 
setLastErrorCode(int, int) - Method in class com.akamai.media.hls.AkamaiHLSService
 
setLastErrorCode(int, int) - Method in interface com.akamai.media.hls.MemoryBufferProcessor
 
setLastErrorCode(int, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setLicense(String) - Method in interface com.akamai.media.VideoPlayerView
Set the Android SDK license.
setLicense(String) - Method in class com.akamai.media.VideoPlayerViewHardware
Set the Android SDK license.
setLicense(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Set the Android SDK license.
setLicense(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Set the Android SDK license.
setLicense(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set the Android SDK license.
setLogEnabled(boolean) - Method in interface com.akamai.media.VideoPlayerView
Enable/Disable log traces
setLogEnabled(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Enable/Disable log traces
setLogEnabled(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Enable/Disable log traces
setLogEnabled(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Enable/Disable log traces
setLogEnabled(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Enable/Disable log traces
setLogEnabled(boolean) - Static method in class com.akamai.utils.LogManager
 
setLogPath(String) - Method in class com.akamai.media.hls.NativeHelper
 
setManualSwitching(boolean) - Method in interface com.akamai.media.VideoPlayerView
Sets the manual switching mode
setManualSwitching(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Sets the manual switching mode
setManualSwitching(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setManualSwitching(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Sets the manual switching mode
setManualSwitching(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Sets the manual switching mode
setMaster(boolean) - Method in interface com.akamai.media.decoder.IMediaEngineWorker
 
setMaster(boolean) - Method in class com.akamai.media.decoder.MediaEngineAudioWorker
 
setMaster(boolean) - Method in class com.akamai.media.decoder.MediaEngineVideoWorker
 
setMaxBitrate(int) - Method in interface com.akamai.media.VideoPlayerView
Set the maximum bitrate to be played, in bps
setMaxBitrate(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Set the maximum bitrate to be played
setMaxBitrate(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setMaxBitrate(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Set the maximum bitrate to be played
setMaxBitrate(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Limit the maximum bitrate that can be played
setMaxVideoDimensions(int, int) - Method in class com.akamai.media.decoder.MediaFormat
 
setMediaAnalyticsConfigUrl(String) - Method in interface com.akamai.media.VideoPlayerView
Sets the Media Analytics config url To use Media Analytics the application must enabled the following permissions - android.permission.INTERNET - android.permission.ACCESS_NETWORK_STATE - android.permission.READ_PHONE_STATE - android.permission.ACCESS_WIFI_STATE
setMediaAnalyticsConfigUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardware
Sets the Media Analytics config url To use Media Analytics the application must enabled the following permissions - android.permission.INTERNET - android.permission.ACCESS_NETWORK_STATE - android.permission.READ_PHONE_STATE - android.permission.ACCESS_WIFI_STATE
setMediaAnalyticsConfigUrl(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setMediaAnalyticsConfigUrl(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Sets the Media Analytics config url To use Media Analytics the application must enabled the following permissions - android.permission.INTERNET - android.permission.ACCESS_NETWORK_STATE - android.permission.READ_PHONE_STATE - android.permission.ACCESS_WIFI_STATE
setMediaAnalyticsConfigUrl(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set the Media Analytics config url To use Media Analytics the application must enabled the following permissions - android.permission.INTERNET - android.permission.ACCESS_NETWORK_STATE - android.permission.READ_PHONE_STATE - android.permission.ACCESS_WIFI_STATE
setMediaAnalyticsData(String, String) - Method in interface com.akamai.media.VideoPlayerView
Report Media Analytics custom dimension in the player
setMediaAnalyticsData(String, String) - Method in class com.akamai.media.VideoPlayerViewHardware
Report Media Analytics custom dimension in the player
setMediaAnalyticsData(String, String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setMediaAnalyticsData(String, String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Report Media Analytics custom dimension in the player
setMediaAnalyticsData(String, String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Report Media Analytics custom dimension in the player
setMediaAnalyticsViewerDiagnosticsId(String) - Method in interface com.akamai.media.VideoPlayerView
Set Media Analytics Diagnostics Viewer Id.
setMediaAnalyticsViewerDiagnosticsId(String) - Method in class com.akamai.media.VideoPlayerViewHardware
Set Media Analytics Diagnostics Viewer Id.
setMediaAnalyticsViewerDiagnosticsId(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setMediaAnalyticsViewerDiagnosticsId(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Set Media Analytics Diagnostics Viewer Id.
setMediaAnalyticsViewerDiagnosticsId(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set Media Analytics Diagnostics Viewer Id.
setMediaAnalyticsViewerId(String) - Method in interface com.akamai.media.VideoPlayerView
Set Media Analytics Viewer Id
setMediaAnalyticsViewerId(String) - Method in class com.akamai.media.VideoPlayerViewHardware
Set Media Analytics Viewer Id
setMediaAnalyticsViewerId(String) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setMediaAnalyticsViewerId(String) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Set Media Analytics Viewer Id
setMediaAnalyticsViewerId(String) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set Media Analytics Viewer Id
setMediaState(int) - Method in class com.akamai.media.decoder.MediaEngine
 
setMode(int) - Method in class com.akamai.media.VideoPlayerContainer
Sets the decoding method.
setNetSessionMode(int) - Method in interface com.akamai.media.VideoPlayerView
Enable/Disable client side delivery
setNetSessionMode(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Enable/Disable client side delivery
setNetSessionMode(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setNetSessionMode(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Enable/Disable client side delivery
setNetSessionMode(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Enable/Disable client side delivery
setOffset(int) - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
setOnStreamPropertiesChange(IStreamPropertiesChange) - Method in interface com.akamai.media.IPlayerCodecHelper
 
setOnStreamPropertiesChange(IStreamPropertiesChange) - Method in class com.akamai.media.MediaCodecHelper
 
setPlayingPauseState(boolean) - Method in interface com.akamai.media.IPlayerCodecHelper
 
setPlayingPauseState(boolean) - Method in class com.akamai.media.MediaCodecHelper
 
setPosition(int) - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
setPositionAsDate(Date) - Method in class com.akamai.media.hls.PositionResult
 
setPositionInDVR(int) - Method in class com.akamai.media.hls.PositionResult
 
setProgressBarControl(View) - Method in interface com.akamai.media.VideoPlayerView
Sets the progress bar control that should be shown whenever the player is doing a buffering/loading operation
setProgressBarControl(View) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setProgressBarControl(View) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setProgressBarControl(View) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setProgressBarControl(View) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setRebufferingMode(int) - Method in interface com.akamai.media.VideoPlayerView
Set the rebuffering mode.
setRebufferingMode(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Set the rebuffering mode. By default its value is manual. In automatic mode the buffer size is managed by the player control trying to get the shortest startup time and minimizing the rebuffer times
setRebufferingMode(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setRebufferingMode(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Set the rebuffering mode. By default its value is manual. In automatic mode the buffer size is managed by the player control trying to get the shortest startup time and minimizing the rebuffer times
setRebufferingMode(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set the rebuffering mode.
setRebufferingSize(int) - Method in interface com.akamai.media.VideoPlayerView
Set the rebuffering buffer size
setRebufferingSize(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Set the rebuffering buffer size
setRebufferingSize(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setRebufferingSize(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Set the rebuffering buffer size
setRebufferingSize(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set the rebuffering buffer size
setReferer(String) - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
setSegmentAfterSeek(boolean) - Method in class com.akamai.media.hls.MediaSegmentsInfo
 
setSegmentInfoListener(ISegmentInfoListener) - Method in interface com.akamai.media.VideoPlayerView
 
setSegmentInfoListener(ISegmentInfoListener) - Method in class com.akamai.media.VideoPlayerViewHardware
 
setSegmentInfoListener(ISegmentInfoListener) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setSegmentInfoListener(ISegmentInfoListener) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
setSegmentInfoListener(ISegmentInfoListener) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setStartingBitrateIndex(int) - Method in interface com.akamai.media.VideoPlayerView
Set index of the bitrate to be used when playback start
setStartingBitrateIndex(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Set index of the bitrate to be used when playback start
setStartingBitrateIndex(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Set index of the bitrate to be used when playback start
setStartingBitrateIndex(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Set index of the bitrate to be used when playback start
setStartingBitrateIndex(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
 
setStreamUrl(String) - Method in class com.akamai.media.AMPFeed
 
setSurface(Surface) - Method in interface com.akamai.media.IPlayerCodecHelper
 
setSurface(Surface) - Method in class com.akamai.media.MediaCodecHelper
 
SETTINGS_CATEGORY - Static variable in class com.akamai.analytics.TrackerBase
 
SETTINGS_EVENT - Static variable in class com.akamai.analytics.TrackerBase
 
SETTINGS_EVENT_DISABLED - Static variable in class com.akamai.analytics.TrackerBase
 
SETTINGS_EVENT_ENABLED - Static variable in class com.akamai.analytics.TrackerBase
 
setUseBufferingWhenStarting(boolean) - Method in interface com.akamai.media.VideoPlayerView
Enable/Disable the use of an initial buffer used for starting playback If enabled, playback won't start until the initial buffer is full.
setUseBufferingWhenStarting(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Enable/Disable the use of an initial buffer used for starting playback If enabled, playback won't start until the initial buffer is full. The size of the buffer can be defined using the method setRebufferingSize. This method doesn't make sense in the hardware version of the SDK as the buffer size is managed internally by the Android hardware decoders
setUseBufferingWhenStarting(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setUseBufferingWhenStarting(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Enable/Disable the use of an initial buffer used for starting playback If enabled, playback won't start until the initial buffer is full. The size of the buffer can be defined using the method setRebufferingSize. This method doesn't make sense in the hardware version of the SDK as the buffer size is managed internally by the Android hardware decoders
setUseBufferingWhenStarting(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Enable/Disable the use of an initial buffer used for starting playback If enabled, playback won't start until the initial buffer is full.
setUseMultiThread(boolean) - Method in interface com.akamai.media.VideoPlayerView
Enable/disable the use of multi threading decoding
setUseMultiThread(boolean) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Enable/disable the use of multi threading decoding
setUseMultiThread(boolean) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setUseMultiThread(boolean) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Enable/disable the use of multi threading decoding
setUseMultiThread(boolean) - Method in class com.akamai.media.VideoPlayerViewSoftware
Enable/disable the use of multi threading decoding
setVideoPlayerView(VideoPlayerView) - Method in class com.akamai.analytics.TrackerBase
 
setVideoQuality(int) - Method in interface com.akamai.media.VideoPlayerView
Set the video quality.
setVideoQuality(int) - Method in class com.akamai.media.VideoPlayerViewHardware
Deprecated.
Set the video quality. By default its value is "Low" This method doesn't make sense in the hardware version of the SDK as hardware decoder always works with the maximum quality, without possibility of configuration
setVideoQuality(int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
setVideoQuality(int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Deprecated.
Set the video quality. By default its value is "Low" This method doesn't make sense in the hardware version of the SDK as hardware decoder always works with the maximum quality, without possibility of configuration
setVideoQuality(int) - Method in class com.akamai.media.VideoPlayerViewSoftware
Set the video quality.
shutdownNativeMediaEngine() - Method in interface com.akamai.media.IPlayerCodecHelper
 
shutdownNativeMediaEngine() - Method in class com.akamai.media.MediaCodecHelper
 
skip(int) - Method in class com.akamai.media.decoder.ExtractorByteBuffer
 
splitNalUnits(byte[]) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Splits an array of NAL units.
SPS_NAL_UNIT_TYPE - Static variable in class com.akamai.media.decoder.CodecSpecificUtil
 
start() - Method in class com.akamai.media.decoder.MediaEngine
 
start(int, int, int, int, boolean) - Method in class com.akamai.media.hls.HlsClient
Starts the retrieving of media segments from the stream with specified bandwidth
start(int, int, int, boolean) - Method in class com.akamai.media.hls.SegmentsDownloader
 
start(String) - Method in class com.akamai.utils.SegmentTimer
 
START_POSITION_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
STARTOFFSET_POSITION_KEY - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
startServer(int, long) - Method in class com.akamai.media.hls.NativeHelper
 
stop(boolean) - Method in class com.akamai.media.hls.HlsClient
Stops the retrieving of the media segments
stop() - Method in interface com.akamai.media.VideoPlayerView
Stop playback
stop() - Method in class com.akamai.media.VideoPlayerViewHardware
Stop playback
stop() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
stop() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Stop playback
stop() - Method in class com.akamai.media.VideoPlayerViewSoftware
Stop playback
stopServer() - Method in class com.akamai.media.hls.NativeHelper
 
stopThread() - Method in class com.akamai.media.hls.SegmentProcessingThread
 
stopThread() - Method in class com.akamai.media.hls.SegmentsDownloaderThread
 
STORE_BUFFER_SIZE - Static variable in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
STREAM_RESULT_IS_ERROR - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
STREAM_RESULT_IS_LIVE_STREAM - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
STREAM_RESULT_IS_VOD_STREAM - Static variable in class com.akamai.media.hls.AkamaiHLSService
 
StringHttpDownloader - Class in com.akamai.media.hls.httpdownloaders
 
StringHttpDownloader() - Constructor for class com.akamai.media.hls.httpdownloaders.StringHttpDownloader
 
surface - Variable in class com.akamai.media.decoder.MediaEngine
 
surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.akamai.media.VideoPlayerViewHardware
 
surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
surfaceChanged(SurfaceHolder, int, int, int) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
surfaceCreated(SurfaceHolder) - Method in class com.akamai.media.VideoPlayerViewHardware
 
surfaceCreated(SurfaceHolder) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
surfaceCreated(SurfaceHolder) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
surfaceDestroyed(SurfaceHolder) - Method in class com.akamai.media.VideoPlayerViewHardware
 
surfaceDestroyed(SurfaceHolder) - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
surfaceDestroyed(SurfaceHolder) - Method in class com.akamai.media.VideoPlayerViewNativeBasic
 
suspendEncoding() - Method in class com.akamai.utils.Base64.OutputStream
Suspends encoding of the stream.
switchBitrateDown() - Method in interface com.akamai.media.VideoPlayerView
Ask the player to switch to the lower bitrate
switchBitrateDown() - Method in class com.akamai.media.VideoPlayerViewHardware
Ask the player to switch to the lower bitrate
switchBitrateDown() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Ask the player to switch to the lower bitrate
switchBitrateDown() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Ask the player to switch to the lower bitrate
switchBitrateDown() - Method in class com.akamai.media.VideoPlayerViewSoftware
Ask the player to switch to the lower bitrate
switchBitrateUp() - Method in interface com.akamai.media.VideoPlayerView
Ask the player to switch to the upper bitrate
switchBitrateUp() - Method in class com.akamai.media.VideoPlayerViewHardware
Ask the player to switch to the upper bitrate
switchBitrateUp() - Method in class com.akamai.media.VideoPlayerViewHardwareAdvanced
Ask the player to switch to the upper bitrate
switchBitrateUp() - Method in class com.akamai.media.VideoPlayerViewNativeBasic
Ask the player to switch to the upper bitrate
switchBitrateUp() - Method in class com.akamai.media.VideoPlayerViewSoftware
Ask the player to switch to the upper bitrate
switchPrimaryBackupStreams() - Method in class com.akamai.media.hls.SegmentsDownloader
 

T

terminate() - Method in class com.akamai.media.decoder.MediaEngine
 
TEXT_COLOR - Static variable in class com.akamai.analytics.TrackerBase
 
TEXT_SCREEN_POSITION_ROOT_NODE - Static variable in class com.akamai.analytics.TrackerBase
 
TEXT_STYLE_CHANGED_ROOT_NODE - Static variable in class com.akamai.analytics.TrackerBase
 
toString() - Method in class com.akamai.media.decoder.MediaFormat
 
TRACK_AUDIO - Static variable in class com.akamai.media.decoder.TSExtractor
 
TRACK_NONE - Static variable in class com.akamai.media.decoder.TSExtractor
 
TRACK_VIDEO - Static variable in class com.akamai.media.decoder.TSExtractor
 
trackBackgroundColorChanges(int) - Method in class com.akamai.analytics.TrackerBase
 
TrackerBase - Class in com.akamai.analytics
 
TrackerBase() - Constructor for class com.akamai.analytics.TrackerBase
 
trackError(String) - Method in class com.akamai.analytics.TrackerBase
 
trackFinish() - Method in class com.akamai.analytics.TrackerBase
 
trackFontChanges(String) - Method in class com.akamai.analytics.TrackerBase
 
trackFontColorChanges(int) - Method in class com.akamai.analytics.TrackerBase
 
trackOnStart(String) - Method in class com.akamai.analytics.TrackerBase
 
trackPauseEvent() - Method in class com.akamai.analytics.TrackerBase
 
trackPlayEvent() - Method in class com.akamai.analytics.TrackerBase
 
trackPresetChanges(String) - Method in class com.akamai.analytics.TrackerBase
 
trackScreenPositionChanges(String) - Method in class com.akamai.analytics.TrackerBase
 
trackScrollingChanges(String) - Method in class com.akamai.analytics.TrackerBase
 
trackStartPlaying(int, boolean, String) - Method in class com.akamai.analytics.TrackerBase
 
trackStartRebuffering() - Method in class com.akamai.analytics.TrackerBase
 
trackStopRebuffering() - Method in class com.akamai.analytics.TrackerBase
 
trackSubtitlesDisabled() - Method in class com.akamai.analytics.TrackerBase
 
trackSubtitlesEnabled() - Method in class com.akamai.analytics.TrackerBase
 
trackTextSizeChanged(int) - Method in class com.akamai.analytics.TrackerBase
 
trackTextStyleChanges(String) - Method in class com.akamai.analytics.TrackerBase
 
trackWindowColorChanges(int) - Method in class com.akamai.analytics.TrackerBase
 
TSExtractor - Class in com.akamai.media.decoder
 
TSExtractor() - Constructor for class com.akamai.media.decoder.TSExtractor
 

U

URL_SAFE - Static variable in class com.akamai.utils.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
Utils - Class in com.akamai.utils
Utils class
Utils() - Constructor for class com.akamai.utils.Utils
 

V

VariantItem - Class in com.akamai.media.hls
 
VariantItem(int, int, int, String, String, String) - Constructor for class com.akamai.media.hls.VariantItem
 
VariantItem(Parcel) - Constructor for class com.akamai.media.hls.VariantItem
 
VERSION - Static variable in class com.akamai.media.AMPLibraryInfo
 
VERSION - Static variable in interface com.akamai.media.VideoPlayerView
Deprecated.
VideoBasedPlugin - Interface in com.akamai.plugins
 
VideoPlayerContainer - Class in com.akamai.media
VideoPlayerView container.
VideoPlayerContainer(Context) - Constructor for class com.akamai.media.VideoPlayerContainer
Constructor of the class
VideoPlayerContainer(Context, AttributeSet) - Constructor for class com.akamai.media.VideoPlayerContainer
Constructor of the class
VideoPlayerView - Interface in com.akamai.media
Interface implemented by any of the Android SDK video controls.
VideoPlayerViewHardware - Class in com.akamai.media
Video player user control that uses hardware decoding
VideoPlayerViewHardware(Context, AttributeSet) - Constructor for class com.akamai.media.VideoPlayerViewHardware
Constructor
VideoPlayerViewHardware(Context) - Constructor for class com.akamai.media.VideoPlayerViewHardware
Constructor
VideoPlayerViewHardware(Context, AttributeSet, int) - Constructor for class com.akamai.media.VideoPlayerViewHardware
Constructor
VideoPlayerViewHardwareAdvanced - Class in com.akamai.media
Video player user control that uses hardware advanced decoding
VideoPlayerViewHardwareAdvanced(Context, AttributeSet) - Constructor for class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
VideoPlayerViewHardwareAdvanced(Context) - Constructor for class com.akamai.media.VideoPlayerViewHardwareAdvanced
 
VideoPlayerViewNativeBasic - Class in com.akamai.media
Video player user control that uses native decoding
VideoPlayerViewNativeBasic(Context, AttributeSet) - Constructor for class com.akamai.media.VideoPlayerViewNativeBasic
Constructor
VideoPlayerViewNativeBasic(Context) - Constructor for class com.akamai.media.VideoPlayerViewNativeBasic
Constructor
VideoPlayerViewNativeBasic(Context, AttributeSet, int) - Constructor for class com.akamai.media.VideoPlayerViewNativeBasic
Constructor
VideoPlayerViewSoftware - Class in com.akamai.media
Video player user control that uses software decoding
VideoPlayerViewSoftware(Context) - Constructor for class com.akamai.media.VideoPlayerViewSoftware
Constructor
VideoPlayerViewSoftware(Context, AttributeSet) - Constructor for class com.akamai.media.VideoPlayerViewSoftware
Constructor

W

warmCodec(String, boolean) - Static method in class com.akamai.media.decoder.CodecSpecificUtil
Optional call to warm the codec cache for a given mime type.
width - Variable in class com.akamai.media.decoder.MediaFormat
 
WINDOW_COLOR - Static variable in class com.akamai.analytics.TrackerBase
 
write(int) - Method in class com.akamai.utils.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.akamai.utils.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writeCookies(HttpURLConnection, Hashtable<String, String>) - Method in class com.akamai.media.hls.httpdownloaders.HttpDownloader
 
writeToParcel(Parcel, int) - Method in class com.akamai.media.hls.VariantItem
 
A B C D E F G H I K L M N O P R S T U V W