DAIUtils

open class DAIUtils

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun convertGoogleAdIntoBrightcoveAd(googleAd: Ad, position: Long): Ad
Create a Brightcove Ad object based on the ad provided by the IMA lib(Google) and received in the onAdEvent() callback com.google.ads.interactivemedia.v3.api.AdEvent.
open fun convertGoogleCuePointIntoBrigthcoveCuePoint(googleCuePoint: CuePoint, videoDuration: Long): CuePoint
Convert a single Google CuePoint into a single Brightcove CuePoint
open fun convertGoogleCuePointsIntoBrightcoveCuePoints(googleCuePointList: List<CuePoint>, videoDuration: Long): ArrayList<CuePoint>
Convert Google CuePoints into Brightcove CuePoints