setVideoConfig method

Future<void> setVideoConfig(
  1. VideoConfig videoConfig
)

Sets new video parameters.

Do not call when in live or when preview is running.

Implementation

Future<void> setVideoConfig(VideoConfig videoConfig) {
  return _platform.setVideoConfig(videoConfig);
}