C# 클래스 Sharpex2D.Audio.WaveFormat

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
WaveFormat ( ) : System.Runtime.InteropServices

Initializes a new WaveFormat struct.

WaveFormat ( int rate, int bits, int channels ) : System.Runtime.InteropServices

Initializes a new WaveFormat struct.

메소드 상세

WaveFormat() 공개 메소드

Initializes a new WaveFormat struct.
public WaveFormat ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

WaveFormat() 공개 메소드

Initializes a new WaveFormat struct.
public WaveFormat ( int rate, int bits, int channels ) : System.Runtime.InteropServices
rate int The SamplesPerSecond.
bits int The BitsPerSample.
channels int The Channels.
리턴 System.Runtime.InteropServices