setSource method

  1. @override
void setSource(
  1. VideoPlayerController source
)
inherited

替换当前播放的视频资源

Replace the currently playing video resource

Implementation

@override
void setSource(VideoPlayerController source) {
  final _$actionInfo = _$_VideoControllerActionController.startAction(
      name: '_VideoController.setSource');
  try {
    return super.setSource(source);
  } finally {
    _$_VideoControllerActionController.endAction(_$actionInfo);
  }
}