setOnSeekLiveCompletion method

void setOnSeekLiveCompletion(
  1. OnSeekLiveCompletion seekLiveCompletion
)

Implementation

void setOnSeekLiveCompletion(OnSeekLiveCompletion seekLiveCompletion) {
  this._onSeekLiveCompletion = seekLiveCompletion;
}