lib / tv.smartclip.smartclientandroid.lib.smartcorefacade / PastDurationProvider

PastDurationProvider

class PastDurationProvider : IKoinDi

Provides the complete duration of all past ad clips.

Constructors

<init>

Provides the complete duration of all past ad clips.

PastDurationProvider(koinDi: IKoinDi)

Properties

currentDuration

var currentDuration: Long

observer

Activates observing when not set to null.

var observer: ((pastDuration: Long) -> Unit)?

pastDuration

var pastDuration: Long

Functions

onMediaFileLoadInitiated

Needs to be called when a new load request for a video file was requested by the core.

fun onMediaFileLoadInitiated(): Unit