VideoStreamInformation constructor

VideoStreamInformation({
  1. required float framerate,
  2. required uint32_t bitrate,
  3. required VideoStreamStatusFlags flags,
  4. required uint16_t resolutionH,
  5. required uint16_t resolutionV,
  6. required uint16_t rotation,
  7. required uint16_t hfov,
  8. required uint8_t streamId,
  9. required uint8_t count,
  10. required VideoStreamType type,
  11. required List<char> name,
  12. required List<char> uri,
})

Implementation

VideoStreamInformation({
  required this.framerate,
  required this.bitrate,
  required this.flags,
  required this.resolutionH,
  required this.resolutionV,
  required this.rotation,
  required this.hfov,
  required this.streamId,
  required this.count,
  required this.type,
  required this.name,
  required this.uri,
});