VideoSourceConfiguration constructor

VideoSourceConfiguration(
  1. String name,
  2. int useCount,
  3. String sourceToken,
  4. Bounds bounds,
  5. dynamic extension,
)

Implementation

VideoSourceConfiguration(
    this.name, this.useCount, this.sourceToken, this.bounds, this.extension);