HerelinkVideoStreamInformation constructor
HerelinkVideoStreamInformation({})
Implementation
HerelinkVideoStreamInformation({
required this.framerate,
required this.bitrate,
required this.resolutionH,
required this.resolutionV,
required this.rotation,
required this.cameraId,
required this.status,
required this.uri,
});