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