DataStreamConfig constructor

DataStreamConfig(
  1. {bool syncWithAudio,
  2. bool ordered}
)

Constructs a DataStreamConfig

Implementation

DataStreamConfig({this.syncWithAudio, this.ordered});