LSLStreamInfoWithMetadata constructor
LSLStreamInfoWithMetadata({
- required String streamName,
- required LSLContentType streamType,
- required int channelCount,
- required double sampleRate,
- required LSLChannelFormat channelFormat,
- required String sourceId,
- 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();