save Offline
Enqueue a request to be downloaded. This method provides option to download media items without a DRM license, hence to play these media files one need to set Token and VideoId in com.vdocipher.aegis.player.VdoInitParams with enableOfflinePlayback.
VdoInitParams vdoParams = new VdoInitParams.Builder()
.setToken(mToken)
.setVideoId(mVideoId)
.enableOfflinePlayback()
.build();
Content copied to clipboard
Parameters
download Request
a download request