Skip to content

v3.6.0

Compare
Choose a tag to compare
@noamtamim noamtamim released this 13 Mar 15:38
8d8d0d6

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?).