C# 클래스 RenderAsUtau.Phon, cadencii

파일 보기 프로젝트 열기: cadencii/cadencii

공개 프로퍼티들

프로퍼티 타입 설명
ClockLength int
FileName string
Lyric string
ModeR bool
Tempo float

공개 메소드들

메소드 설명
Phon ( string lyric, string file_name, int clock_length, float tempo, bool mode_r ) : System

메소드 상세

Phon() 공개 메소드

public Phon ( string lyric, string file_name, int clock_length, float tempo, bool mode_r ) : System
lyric string
file_name string
clock_length int
tempo float
mode_r bool
리턴 System

프로퍼티 상세

ClockLength 공개적으로 프로퍼티

public int ClockLength
리턴 int

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

Lyric 공개적으로 프로퍼티

public string Lyric
리턴 string

ModeR 공개적으로 프로퍼티

public bool ModeR
리턴 bool

Tempo 공개적으로 프로퍼티

public float Tempo
리턴 float