VideoSourceConfiguration constructor
VideoSourceConfiguration(
- String name,
- int useCount,
- String sourceToken,
- IntRectangle bounds,
- dynamic extension,
Implementation
VideoSourceConfiguration(
this.name, this.useCount, this.sourceToken, this.bounds, this.extension);