Skip navigation links
C D G I O R S T U V 

C

ChromeCastVideoViewAdapter - Class in de.spring.mobile
StreamAdapter implementation with Chromecast support.
ChromeCastVideoViewAdapter(VideoView, CastContext) - Constructor for class de.spring.mobile.ChromeCastVideoViewAdapter
Create the adapter with the given VideoView and the given CastContext.

D

de.spring.mobile - package de.spring.mobile
API Documentation for the Kantar Media Streaming Measurement Library for Android.

G

getApplication() - Method in class de.spring.mobile.SpringStreamsBase
Returns the application name.
getDiff() - Method in class de.spring.mobile.Stream
 
getDuration() - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
Returns the duration by calling the method VideoView.getDuration().
getDuration() - Method in interface de.spring.mobile.StreamAdapter
Returns the duration of the stream in seconds.
getDuration() - Method in class de.spring.mobile.VideoViewAdapter
Returns the duration by calling the method VideoView.getDuration().
getEncryptedIdentifiers() - Method in class de.spring.mobile.SpringStreamsBase
Returns the encrypted (md5) and truncated mobile identifiers.
getHeight() - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
Returns the height of the VideoView
getHeight() - Method in interface de.spring.mobile.StreamAdapter
Returns the height of the video.
getHeight() - Method in class de.spring.mobile.VideoViewAdapter
Returns the height of the VideoView
getInstance(String, String, Context, String) - Static method in class de.spring.mobile.SpringStreams
Returns the singleton instance of SpringStreams.
getMeta() - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
Returns the meta object.
getMeta() - Method in interface de.spring.mobile.StreamAdapter
Returns the meta information about the adapted player.
getMeta() - Method in class de.spring.mobile.VideoViewAdapter
Returns the meta object.
getPlayerName() - Method in interface de.spring.mobile.StreamAdapter.Meta
Returns the player name.
getPlayerVersion() - Method in interface de.spring.mobile.StreamAdapter.Meta
Returns the player version.
getPosition() - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
Returns the position by calling the method VideoView.getCurrentPosition().
getPosition() - Method in interface de.spring.mobile.StreamAdapter
Returns the current position on the stream in seconds.
getPosition() - Method in class de.spring.mobile.VideoViewAdapter
Returns the position by calling the method VideoView.getCurrentPosition().
getScreenHeight() - Method in interface de.spring.mobile.StreamAdapter.Meta
Returns the screen height of the device.
getScreenWidth() - Method in interface de.spring.mobile.StreamAdapter.Meta
Returns the screen width of the device.
getStream() - Method in class de.spring.mobile.SpringStreamsActivity
Returns the underlying Stream-Object which handles the measured stream.
getStreamName() - Method in class de.spring.mobile.Stream
 
getTimeout() - Method in class de.spring.mobile.SpringStreamsActivity
Return the timeout.
getTimeout() - Method in class de.spring.mobile.SpringStreamsBase
Returns the timeout in seconds.
getUid() - Method in class de.spring.mobile.Stream
Returns the UID of the stream.
getVersion(boolean) - Method in class de.spring.mobile.SpringStreamsBase
Returns the library version.
getWidth() - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
Returns the width of the VideoView
getWidth() - Method in interface de.spring.mobile.StreamAdapter
Returns the width of the video.
getWidth() - Method in class de.spring.mobile.VideoViewAdapter
Returns the width of the VideoView

I

isCasting() - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
Returns if video is streaming.
isCasting() - Method in interface de.spring.mobile.StreamAdapter
Returns if video is streaming on chromecast ot locally
isCasting() - Method in class de.spring.mobile.VideoViewAdapter
Returns if video is streaming.
isClosed() - Method in class de.spring.mobile.Stream
 
isDebug() - Method in class de.spring.mobile.SpringStreamsBase
Returns true if debug messages is activated otherwise false.
isOfflineMode() - Method in class de.spring.mobile.SpringStreamsActivity
Returns true if offline mode is on otherwise false.
isOfflineMode() - Method in class de.spring.mobile.SpringStreamsBase
Returns true if offline mode is on otherwise false.
isSensorDebug() - Method in class de.spring.mobile.SpringStreamsActivity
Returns the debug property on the sensor.
isTracking() - Method in class de.spring.mobile.SpringStreamsActivity
Returns the tracking property on the sensor.
isTracking() - Method in class de.spring.mobile.SpringStreamsBase
Returns the true if the library is active and send requests to the measurement system.

O

onSessionEnded(CastSession, int) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 
onSessionEnding(CastSession) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 
onSessionResumed(CastSession, boolean) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 
onSessionResumeFailed(CastSession, int) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 
onSessionResuming(CastSession, String) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 
onSessionStarted(CastSession, String) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 
onSessionStartFailed(CastSession, int) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 
onSessionStarting(CastSession) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 
onSessionSuspended(CastSession, int) - Method in class de.spring.mobile.ChromeCastVideoViewAdapter
 

R

removeDebuggerObserver(Observer) - Method in class de.spring.mobile.SpringStreamsBase
remove the specific Observer associated with KMA library debugging Observable.
removeDebuggerObservers() - Method in class de.spring.mobile.SpringStreamsBase
remove all the Observers associated with KMA library debugging Observable.

S

setDebug(boolean) - Method in class de.spring.mobile.SpringStreamsBase
If set to true the library logs some internal actions.
setDebuggerObserver(Observer) - Method in class de.spring.mobile.SpringStreamsBase
setDebuggerObserver, implement your own observer to track on the http request from KMA library.
setOfflineMode(boolean) - Method in class de.spring.mobile.SpringStreamsActivity
Set the offline mode on or off.
setOfflineMode(boolean) - Method in class de.spring.mobile.SpringStreamsBase
Switch offline mode on or off.
setSensorDebug(boolean) - Method in class de.spring.mobile.SpringStreamsActivity
Set the debug property on the sensor.
setTimeout(int) - Method in class de.spring.mobile.SpringStreamsActivity
Set the timeout on the sensor.
setTimeout(int) - Method in class de.spring.mobile.SpringStreamsBase
Set the timeout in seconds.
setTracking(boolean) - Method in class de.spring.mobile.SpringStreamsActivity
Set the tracking property on the sensor.
setTracking(boolean) - Method in class de.spring.mobile.SpringStreamsBase
If set to false the library will not send any requests to the measurement system.
SpringStreams - Class in de.spring.mobile
The sensor which exists exactly one time in an application and manage all streaming measurement issues.
SpringStreamsActivity - Class in de.spring.mobile
This activity can be used to measure streaming contents within it.
SpringStreamsActivity(String, String) - Constructor for class de.spring.mobile.SpringStreamsActivity
Instantiate the class with the given site and appName.
SpringStreamsActivity(String, String, String) - Constructor for class de.spring.mobile.SpringStreamsActivity
Instantiate the class with the given site and appName.
SpringStreamsBase - Class in de.spring.mobile
 
stop() - Method in class de.spring.mobile.Stream
Sync the current state immediately if necessary and stops the tracking.
Stream - Class in de.spring.mobile
The Stream object will be returned when the method SpringStreams.track(StreamAdapter, Map) will be called.
Stream(SpringStreamsBase, String, StreamAdapter, Map<String, Object>, String) - Constructor for class de.spring.mobile.Stream
Creates a new stream.
StreamAdapter - Interface in de.spring.mobile
This adapter must be implemented to support spring streaming lib
StreamAdapter.Meta - Interface in de.spring.mobile
This object delivers some information about the player.
sync(long) - Method in class de.spring.mobile.Stream
This function is called by the spring-sync-timer and performs synchronization of the data collected

T

track(StreamAdapter, Map<String, Object>) - Method in class de.spring.mobile.SpringStreams
Call this method to start a tracking of a streaming content.
track(StreamAdapter, Map<String, Object>) - Method in class de.spring.mobile.SpringStreamsActivity
Calls internally the SpringStreams.track(StreamAdapter, Map) method.

U

unload() - Method in class de.spring.mobile.SpringStreamsBase
External callback, synchronizes all open streams and closes them.
update(long) - Method in class de.spring.mobile.Stream
This function is called by the spring-track-timer in subsequent intervals and collects the current stream position

V

VideoViewAdapter - Class in de.spring.mobile
A sample StreamAdapter implementation Implementation of an adapter for the VideoView with standard android api.
VideoViewAdapter(VideoView) - Constructor for class de.spring.mobile.VideoViewAdapter
Create the adapter with the given VideoView.
C D G I O R S T U V 
Skip navigation links