DataStreamConfig constructor

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

Constructs the DataStreamConfig.

Implementation

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