C# 클래스 AlphaTab.Importer.ScoreImporter

This is the base public class for creating new song importers which enable reading scores from any binary datasource
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Data IReadable

공개 메소드들

메소드 설명
BuildImporters ( ) : AlphaTab.Importer.ScoreImporter[]
Init ( IReadable data ) : void
ReadScore ( ) : AlphaTab.Model.Score

메소드 상세

BuildImporters() 공개 정적인 메소드

public static BuildImporters ( ) : AlphaTab.Importer.ScoreImporter[]
리턴 AlphaTab.Importer.ScoreImporter[]

Init() 공개 메소드

public Init ( IReadable data ) : void
data IReadable
리턴 void

ReadScore() 공개 추상적인 메소드

public abstract ReadScore ( ) : AlphaTab.Model.Score
리턴 AlphaTab.Model.Score

프로퍼티 상세

Data 보호되어 있는 프로퍼티

protected IReadable Data
리턴 IReadable