shouldKeepDrmSessionsAlive property
- @JsonKey(name: 'shouldKeepDrmSessionsAlive')
final
Indicates if the DRM sessions should be kept alive after a source is
unloaded. This allows DRM sessions to be reused over several different
sources with the same DRM configuration as well as the same DRM scheme
information. The default value is false
.
Implementation
@JsonKey(name: 'shouldKeepDrmSessionsAlive')
final bool shouldKeepDrmSessionsAlive;