VideoSourceConfiguration constructor

VideoSourceConfiguration({
  1. required String token,
  2. required String name,
  3. required int useCount,
  4. required String sourceToken,
  5. required IntRectangle bounds,
  6. required dynamic extension,
})

Implementation

VideoSourceConfiguration({
  required this.token,
  required this.name,
  required this.useCount,
  required this.sourceToken,
  required this.bounds,
  required this.extension,
});