durationHandler property

  1. @deprecated
TimeChangeHandler? durationHandler
getter/setter pair

Handler of changes on audio duration.

An event is going to be sent as soon as the audio duration is available (it might take a while to download or buffer it).

This is deprecated. Use onDurationChanged instead.

Implementation

@deprecated
TimeChangeHandler? durationHandler;