C# 클래스 BitOrchestra.SoundOptions

Contains options for playing a sound.
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Length System.Int32
Offset int
Rate int
Resolution int

프로퍼티 상세

Length 공개적으로 프로퍼티

The length of the sound in samples, used for exporting.
public Int32,System Length
리턴 System.Int32

Offset 공개적으로 프로퍼티

The parameter value to start playing at.
public int Offset
리턴 int

Rate 공개적으로 프로퍼티

The sample rate to play at.
public int Rate
리턴 int

Resolution 공개적으로 프로퍼티

The amount of bits of resolution in the output of the sound.
public int Resolution
리턴 int