setBufferConfig method

Future<bool> setBufferConfig(
  1. int playerId,
  2. BufferConfigType type,
  3. int value
)

Sets the buffer size for the player.

Implementation

Future<bool> setBufferConfig(int playerId, BufferConfigType type, int value) {
  throw UnimplementedError('setBufferConfig() has not been implemented.');
}