Set the options for a stream with the given name.
Future<void> setStreamOptions(String name, int width, int height) { return _streamManager.setStreamOptions(name, width, height); }