C# 클래스 NVorbis.Mdct

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

공개 메소드들

메소드 설명
Reverse ( float samples, int sampleCount ) : void

비공개 메소드들

메소드 설명
CalcReverse ( float buffer ) : void
GetSetup ( int n ) : Mdct
Mdct ( int n ) : System
iter_54 ( float e, int z ) : void
step3_inner_r_loop ( int lim, float e, int d0, int k_off, int k1 ) : void
step3_inner_s_loop ( int n, float e, int i_off, int k_off, int a, int a_off, int k0 ) : void
step3_inner_s_loop_ld654 ( int n, float e, int i_off, int base_n ) : void
step3_iter0_loop ( int n, float e, int i_off, int k_off ) : void

메소드 상세

Reverse() 공개 정적인 메소드

public static Reverse ( float samples, int sampleCount ) : void
samples float
sampleCount int
리턴 void