adding in implementation for playing and pausing updates
This commit is contained in:
@@ -149,13 +149,11 @@ class ELinuxVideoPlayer extends VideoPlayerPlatform {
|
||||
return VideoEvent(eventType: VideoEventType.bufferingStart);
|
||||
case 'bufferingEnd':
|
||||
return VideoEvent(eventType: VideoEventType.bufferingEnd);
|
||||
/* TODO: need implementation
|
||||
case 'isPlayingStateUpdate':
|
||||
return VideoEvent(
|
||||
eventType: VideoEventType.isPlayingStateUpdate,
|
||||
isPlaying: map['isPlaying'] as bool,
|
||||
);
|
||||
*/
|
||||
default:
|
||||
return VideoEvent(eventType: VideoEventType.unknown);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user