setOnSeekLiveCompletion method

void setOnSeekLiveCompletion(
  1. OnSeekLiveCompletion seekLiveCompletion
)

Implementation

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