Configuration(- {required String token,
- required String name,
- int? useCount,
- String? compressionType,
- bool? geoLocation,
- bool? shapePolygon,
- PtzFilter? ptzStatus,
- List<Event>? events,
- bool? analytics,
- Multicast? multicast,
- String? sessionTimeout,
- dynamic analyticsEngineConfiguration}
)
Implementation
Configuration(
{required this.token,
required this.name,
this.useCount,
this.compressionType,
this.geoLocation,
this.shapePolygon,
this.ptzStatus,
this.events,
this.analytics,
this.multicast,
this.sessionTimeout,
this.analyticsEngineConfiguration});