@@ -144,7 +142,7 @@ class _TXVodPlayerPageState extends State<ShortVideoPageWidget> {
)));
}
_pause()async{
_pause()async{
LogUtils.i(TAG,"[_pause]");
await_controller.pause();
setState((){
...
...
@@ -152,7 +150,7 @@ class _TXVodPlayerPageState extends State<ShortVideoPageWidget> {
});
}
_resume()async{
_resume()async{
LogUtils.i(TAG,"[_resume]");
await_controller.resume();
setState((){
...
...
@@ -161,11 +159,12 @@ class _TXVodPlayerPageState extends State<ShortVideoPageWidget> {
}
_stopLastAndPlayCurrent(StopAndResumeEventevent){
LogUtils.i(TAG," [received at not current outside] ${widget.position.toString()}${this.hashCode.toString()}${widget.hashCode.toString()}${_controller.hashCode.toString()}");
" [received at not current outside] ${widget.position.toString()}${this.hashCode.toString()}${widget.hashCode.toString()}${_controller.hashCode.toString()}");