v3.6.0
Changes from v3.5.2
New feature: API for selection of
- Video codec, bitrate, resolution
- Audio languages
- Text languages
Selection is done by instantiating and configuring a DTGSelectionOptions
object and passing it to the new DTGContentManager.loadItemMetadata(id: String, options: DTGSelectionOptions?)
function. This new function is used instead of loadItemMetadata(id: String, preferredVideoBitrate: Int?)
.