C# 클래스 Yodiwo.Media.Audio.AudioFormat

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

공개 프로퍼티들

프로퍼티 타입 설명
bitsperchannel int
channels int
samplerate int

공개 메소드들

메소드 설명
AudioFormat ( int sr, int bpc, int c ) : System

메소드 상세

AudioFormat() 공개 메소드

public AudioFormat ( int sr, int bpc, int c ) : System
sr int
bpc int
c int
리턴 System

프로퍼티 상세

bitsperchannel 공개적으로 프로퍼티

public int bitsperchannel
리턴 int

channels 공개적으로 프로퍼티

public int channels
리턴 int

samplerate 공개적으로 프로퍼티

public int samplerate
리턴 int