VideoStreamInformation constructor
VideoStreamInformation({
- required float framerate,
- required uint32_t bitrate,
- required VideoStreamStatusFlags flags,
- required uint16_t resolutionH,
- required uint16_t resolutionV,
- required uint16_t rotation,
- required uint16_t hfov,
- required uint8_t streamId,
- required uint8_t count,
- required VideoStreamType type,
- required List<
char> name, - 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,
});