C# 클래스 FMOD.DSPConnection

파일 보기 프로젝트 열기: punker76/simple-music-player 1 사용 예제들

공개 메소드들

메소드 설명
DSPConnection ( IntPtr raw ) : System
getInput ( DSP &input ) : RESULT
getMix ( float &volume ) : RESULT
getMixMatrix ( float matrix, int &outchannels, int &inchannels, int inchannel_hop ) : RESULT
getOutput ( DSP &output ) : RESULT
getType ( DSPCONNECTION_TYPE &type ) : RESULT
getUserData ( IntPtr &userdata ) : RESULT
setMix ( float volume ) : RESULT
setMixMatrix ( float matrix, int outchannels, int inchannels, int inchannel_hop ) : RESULT
setUserData ( IntPtr userdata ) : RESULT

비공개 메소드들

메소드 설명
FMOD_DSPConnection_GetInput ( IntPtr dspconnection, IntPtr &input ) : RESULT
FMOD_DSPConnection_GetMix ( IntPtr dspconnection, float &volume ) : RESULT
FMOD_DSPConnection_GetMixMatrix ( IntPtr dspconnection, float matrix, int &outchannels, int &inchannels, int inchannel_hop ) : RESULT
FMOD_DSPConnection_GetOutput ( IntPtr dspconnection, IntPtr &output ) : RESULT
FMOD_DSPConnection_GetType ( IntPtr dspconnection, DSPCONNECTION_TYPE &type ) : RESULT
FMOD_DSPConnection_GetUserData ( IntPtr dspconnection, IntPtr &userdata ) : RESULT
FMOD_DSPConnection_SetMix ( IntPtr dspconnection, float volume ) : RESULT
FMOD_DSPConnection_SetMixMatrix ( IntPtr dspconnection, float matrix, int outchannels, int inchannels, int inchannel_hop ) : RESULT
FMOD_DSPConnection_SetUserData ( IntPtr dspconnection, IntPtr userdata ) : RESULT

메소드 상세

DSPConnection() 공개 메소드

public DSPConnection ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

getInput() 공개 메소드

public getInput ( DSP &input ) : RESULT
input DSP
리턴 RESULT

getMix() 공개 메소드

public getMix ( float &volume ) : RESULT
volume float
리턴 RESULT

getMixMatrix() 공개 메소드

public getMixMatrix ( float matrix, int &outchannels, int &inchannels, int inchannel_hop ) : RESULT
matrix float
outchannels int
inchannels int
inchannel_hop int
리턴 RESULT

getOutput() 공개 메소드

public getOutput ( DSP &output ) : RESULT
output DSP
리턴 RESULT

getType() 공개 메소드

public getType ( DSPCONNECTION_TYPE &type ) : RESULT
type DSPCONNECTION_TYPE
리턴 RESULT

getUserData() 공개 메소드

public getUserData ( IntPtr &userdata ) : RESULT
userdata System.IntPtr
리턴 RESULT

setMix() 공개 메소드

public setMix ( float volume ) : RESULT
volume float
리턴 RESULT

setMixMatrix() 공개 메소드

public setMixMatrix ( float matrix, int outchannels, int inchannels, int inchannel_hop ) : RESULT
matrix float
outchannels int
inchannels int
inchannel_hop int
리턴 RESULT

setUserData() 공개 메소드

public setUserData ( IntPtr userdata ) : RESULT
userdata System.IntPtr
리턴 RESULT