streams_count method Null safety
- int value
Set the number of video streams.
Implementation
VideoWorkerParams streams_count(int value) {
_streams_count = value;
return this;
}
Set the number of video streams.
VideoWorkerParams streams_count(int value) {
_streams_count = value;
return this;
}