LSLStreamInfoWithMetadata constructor

LSLStreamInfoWithMetadata({
  1. required String streamName,
  2. required LSLContentType streamType,
  3. required int channelCount,
  4. required double sampleRate,
  5. required LSLChannelFormat channelFormat,
  6. required String sourceId,
  7. lsl_streaminfo? streamInfo,
})

Implementation

LSLStreamInfoWithMetadata({
  required super.streamName,
  required super.streamType,
  required super.channelCount,
  required super.sampleRate,
  required super.channelFormat,
  required super.sourceId,
  super.streamInfo,
}) : super();