ProcessorOptions<T extends TrackType> constructor
- required T kind,
- required MediaStreamTrack track,
Implementation
ProcessorOptions({
required this.kind,
required this.track,
});
ProcessorOptions({
required this.kind,
required this.track,
});