C# 클래스 NVorbis.RingBuffer

파일 보기 프로젝트 열기: gregzo/G-Audio 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Clear void
CopyTo void
EnsureSize void
RemoveItems void
RingBuffer System
Write void

비공개 메소드들

메소드 설명
Clear ( ) : void
CopyTo ( float buffer, int index, int count ) : void
EnsureSize ( int size ) : void
RemoveItems ( int count ) : void
RingBuffer ( int size ) : System
Write ( int channel, int index, int start, int switchPoint, int end, float pcm, float window ) : void