A
B
C
D
E
F
G
H
I
J
L
M
O
P
Q
R
S
T
U
V
W
C
- cacheVideo(java.lang.String) - function in com.vdocipher.aegis.player.cache.VdoPreCacheManager
- Caches the video with the given media ID.
- cacheVideo(java.lang.String,java.lang.String) - function in com.vdocipher.aegis.player.cache.VdoPreCacheManager
- Caches the video with the given media ID and optional custom player ID.
- cacheVideo(java.lang.String,java.lang.String,java.lang.String) - function in com.vdocipher.aegis.player.cache.VdoPreCacheManager
- Caches the video with the given media ID, custom player ID, and optional language code.
- cancel() - function in com.vdocipher.aegis.offline.OptionsDownloader
- Cancel any ongoing options download.
- Caption - class in com.vdocipher.aegis.media
- Caption.Companion - class in com.vdocipher.aegis.media.Caption
- CastSessionAvailabilityListener - class in com.vdocipher.aegis.cast
- Interface for listening to cast session availability.
- CastVdoPlayer - class in com.vdocipher.aegis.cast
- A VdoPlayer implementation that can be used to interact with the VdoCipher Cast receiver app.
- Chapter - class in com.vdocipher.aegis.media
- clearCache() - function in com.vdocipher.aegis.player.cache.VdoPreCacheManager
- Clears the cached video data.
- com.vdocipher.aegis.cast - package com.vdocipher.aegis.cast
- com.vdocipher.aegis.media - package com.vdocipher.aegis.media
- com.vdocipher.aegis.offline - package com.vdocipher.aegis.offline
- com.vdocipher.aegis.player - package com.vdocipher.aegis.player
- com.vdocipher.aegis.player.cache - package com.vdocipher.aegis.player.cache
- com.vdocipher.aegis.ui.view - package com.vdocipher.aegis.ui.view
- Config - class in com.vdocipher.aegis.player.cache
- Configuration class for setting and retrieving cache size.
- configureMediaSource(java.lang.String) - function in com.vdocipher.aegis.player.VdoInitParams.Builder
- Configures the media source using the specified media URL.
- configureMediaSource(java.lang.String,java.lang.String) - function in com.vdocipher.aegis.player.VdoInitParams.Builder
- Configures the media source with a specified media URL and an optional license URL.
- CONTINUE_PLAYBACK_ON_APP_EXIT - enum entry in com.vdocipher.aegis.player.VdoPlayerSetting.VdoPlaybackMode
Keeps playback running even after the app is closed.
- CONTINUE_PLAYBACK_ON_BACK_PRESS - enum entry in com.vdocipher.aegis.player.VdoPlayerSetting.VdoPlaybackMode
Continues playback when the app is minimized but stops when fully closed.
- createForCompleted(com.vdocipher.aegis.media.MediaInfo,java.lang.String,long,long,long,int,java.lang.String,boolean) - function in com.vdocipher.aegis.offline.DownloadStatus
- createForFailed(com.vdocipher.aegis.media.MediaInfo,java.lang.String,int,java.lang.String,long,long,long,int,java.lang.String,boolean) - function in com.vdocipher.aegis.offline.DownloadStatus
- createForNotFound(com.vdocipher.aegis.media.MediaInfo) - function in com.vdocipher.aegis.offline.DownloadStatus
- createForPaused(com.vdocipher.aegis.media.MediaInfo,java.lang.String,int,long,long,long,int,java.lang.String,boolean) - function in com.vdocipher.aegis.offline.DownloadStatus
- createForPending(com.vdocipher.aegis.media.MediaInfo,java.lang.String,long,long,boolean) - function in com.vdocipher.aegis.offline.DownloadStatus
- createForRunning(com.vdocipher.aegis.media.MediaInfo,java.lang.String,long,long,long,int,java.lang.String,boolean) - function in com.vdocipher.aegis.offline.DownloadStatus
- createParamsForOffline(java.lang.String) - function in com.vdocipher.aegis.player.VdoInitParams
- createParamsForOffline(java.lang.String,boolean) - function in com.vdocipher.aegis.player.VdoInitParams
- createParamsWithOtp(java.lang.String,java.lang.String) - function in com.vdocipher.aegis.player.VdoInitParams
- createParamsWithToken(java.lang.String,java.lang.String) - function in com.vdocipher.aegis.player.VdoInitParams
- Create VdoInitParams with otp and playbackInfo.
- CustomMiniControllerFragment - class in com.vdocipher.aegis.cast
- CustomMiniControllerFragment is a subclass of MiniControllerFragment that provides a mini controller UI component.