alphaTab.importer.ScoreImporter
This is the base public class for creating new song importers which enable reading scores from any binary datasource
abstract class ScoreImporterProperties​
name​
(no description)
- JavaScript
- C#
- Kotlin
abstract readonly name: string;abstract string Name { get; }abstract val name: StringMethods​
init​
Initializes the importer with the given data and settings.
| Parameter | Summary |
|---|---|
dataAll | (no description) |
settingsAll | (no description) |
readScore​
Reads the Score contained in the data.
Returns​
The score that was contained in the data.