VideoSourceConfiguration constructor

VideoSourceConfiguration(
  1. dynamic xmlName,
  2. dynamic xmlUseCount,
  3. dynamic sourceToken,
  4. Bounds bounds,
)

Implementation

VideoSourceConfiguration(
    this.xmlName, this.xmlUseCount, this.sourceToken, this.bounds);