Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
G
I
L
N
O
P
Q
R
S
T
U
V
W
C
com.widevine.drmapi.android
- package com.widevine.drmapi.android
D
deleteAssetDB(Context)
- Static method in class com.widevine.drmapi.android.
WVPlayback
Deletes registration information and licenses for all assets.
G
getEnum(int)
- Static method in enum com.widevine.drmapi.android.
WVStatus
I
initialize(Context, HashMap<String, Object>, WVEventListener)
- Method in class com.widevine.drmapi.android.
WVPlayback
Initialize the Widevine playback API.
initializeSynchronous(Context, HashMap<String, Object>, WVEventListener)
- Method in class com.widevine.drmapi.android.
WVPlayback
Initialize the Widevine playback API.
isRooted()
- Method in class com.widevine.drmapi.android.
WVPlayback
Verifies whether the phone is rooted.
L
length()
- Method in interface com.widevine.drmapi.android.
WVChunkedRandomAccessFile
logDebugInfo()
- Method in class com.widevine.drmapi.android.
WVPlayback
N
nowOnline()
- Method in class com.widevine.drmapi.android.
WVPlayback
Called when there is a network connection.
nowOnlineSynchronous()
- Method in class com.widevine.drmapi.android.
WVPlayback
Called when there is a network connection.
O
onEvent(WVEvent, HashMap<String, Object>)
- Method in interface com.widevine.drmapi.android.
WVEventListener
The WVEventListener interface defines the onEvent method that is called for each event type.
P
play(String, long)
- Method in class com.widevine.drmapi.android.
WVPlayback
Call to begin playback of an asset.
play(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Call to begin playback of an asset.
play(WVChunkedRandomAccessFile)
- Method in class com.widevine.drmapi.android.
WVPlayback
Call to begin playback of an asset.
Q
queryAssetsStatus()
- Method in class com.widevine.drmapi.android.
WVPlayback
Iterate through all the assets checking their status.
queryAssetsStatusSynchronous()
- Method in class com.widevine.drmapi.android.
WVPlayback
Iterate through all the assets checking their status.
queryAssetStatus(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Checks a single asset and returns its status.
queryAssetStatus(long, long, long)
- Method in class com.widevine.drmapi.android.
WVPlayback
Checks a single asset and returns its status.
queryAssetStatusSynchronous(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Checks a single asset and returns its status.
queryAssetStatusSynchronous(long, long, long)
- Method in class com.widevine.drmapi.android.
WVPlayback
Checks a single asset and returns its status.
R
read(byte[])
- Method in interface com.widevine.drmapi.android.
WVChunkedRandomAccessFile
registerAsset(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Registers an asset with the Widevine library.
registerAssetSynchronous(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Registers an asset with the Widevine library.
requestLicense(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Allows retrival of a license for a single asset.
requestLicense(long, long, long)
- Method in class com.widevine.drmapi.android.
WVPlayback
This method requests the Widevine Library to retrieve a license for a specified system, asset and key ID.
requestLicenseSynchronous(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Allows retrival of a license for a single asset.
requestLicenseSynchronous(long, long, long)
- Method in class com.widevine.drmapi.android.
WVPlayback
This method requests the Widevine Library to retrieve a license for a specified system, asset and key ID.
S
secureRetrieve()
- Method in class com.widevine.drmapi.android.
WVPlayback
Called when a string needs to be fetched from secure persistent storage.
secureStore(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Called when a string needs to be saved to secure persistent storage.
seek(long)
- Method in interface com.widevine.drmapi.android.
WVChunkedRandomAccessFile
setCredentials(HashMap<String, Object>)
- Method in class com.widevine.drmapi.android.
WVPlayback
Configures parameters used during entitlement request and for local filesystem.
stop()
- Method in class com.widevine.drmapi.android.
WVPlayback
Stop streaming the asset.
T
terminate()
- Method in class com.widevine.drmapi.android.
WVPlayback
Terminate the Widevine API and release all resources.
terminateSynchronous()
- Method in class com.widevine.drmapi.android.
WVPlayback
Terminate the Widevine API and release all resources.
U
unregisterAsset(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Unregisters an asset from the Widevine library.
unregisterAssetSynchronous(String)
- Method in class com.widevine.drmapi.android.
WVPlayback
Unregisters an asset from the Widevine library.
V
valueOf(String)
- Static method in enum com.widevine.drmapi.android.
WVEvent
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.widevine.drmapi.android.
WVStatus
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.widevine.drmapi.android.
WVEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.widevine.drmapi.android.
WVStatus
Returns an array containing the constants of this enum type, in the order they are declared.
W
WVChunkedRandomAccessFile
- Interface in
com.widevine.drmapi.android
WVChunkedRandomAccessFile allows one to playback local content while substituting the default file access mechanism (RandomAccessFile) with a custom file access mechanism.
WVEvent
- Enum in
com.widevine.drmapi.android
WVEvent represents the event types sent to the player using the WVEventListener interface.
WVEventListener
- Interface in
com.widevine.drmapi.android
Many of the Widevine methods are executed asynchronously.
WVPlayback
- Class in
com.widevine.drmapi.android
The Widevine Android playback API supports playback of both local and remote (streamed) assets.
WVPlayback()
- Constructor for class com.widevine.drmapi.android.
WVPlayback
WVStatus
- Enum in
com.widevine.drmapi.android
WVStatus is the result code for many of the API functions and are included in callbacks.
C
D
G
I
L
N
O
P
Q
R
S
T
U
V
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes