C# Класс FMOD.DSPConnection

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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