switchMediaSource method

void switchMediaSource(
  1. ByteArkPlayerConfig config
)

Switches the media source with a new config.

Throws UnimplementedError if not implemented by the platform.

Implementation

void switchMediaSource(ByteArkPlayerConfig config) {
  throw UnimplementedError('switchMediaSource() has not been implemented.');
}