StreamSyncInfoConfig constructor

StreamSyncInfoConfig({
  1. int repeatCount = 0,
  2. SyncInfoStreamType streamType = $p.SyncInfoStreamType.audio,
})

Implementation

StreamSyncInfoConfig({
  int repeatCount = 0,
  $p.SyncInfoStreamType streamType = $p.SyncInfoStreamType.audio,
}) : super(
        repeatCount: repeatCount,
        streamType: streamType,
      );