PlayerConfig constructor
PlayerConfig({})
Implementation
PlayerConfig({
required this.playbackSpeeds,
required this.appearance,
required this.controls,
required this.organizationId,
required this.id,
required this.libraryId,
required this.isBetaEnabled,
required this.isDefault,
required this.enableResumablePosition,
});