C# 클래스 AlphaTab.Model.MasterBar

The MasterBar stores information about a bar which affects all tracks.
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
CalculateDuration ( ) : int

Calculates the time spent in this bar. (unit: midi ticks)

CopyTo ( MasterBar src, MasterBar dst ) : void
MasterBar ( ) : AlphaTab.Audio

메소드 상세

CalculateDuration() 공개 메소드

Calculates the time spent in this bar. (unit: midi ticks)
public CalculateDuration ( ) : int
리턴 int

CopyTo() 공개 정적인 메소드

public static CopyTo ( MasterBar src, MasterBar dst ) : void
src MasterBar
dst MasterBar
리턴 void

MasterBar() 공개 메소드

public MasterBar ( ) : AlphaTab.Audio
리턴 AlphaTab.Audio