Пример #1
0
 public static extern bool ChannelSet3DAttributes(int Handle, Mode3D Mode, float Min, float Max, int iAngle, int oAngle, float OutVol);
Пример #2
0
 public static extern bool ChannelSet3DAttributes(int handle, Mode3D mode, float min, float max, int iangle, int oangle, float outvol);
Пример #3
0
 public static extern bool ChannelGet3DAttributes(int Handle, ref Mode3D Mode, ref float Min, ref float Max, ref int iAngle, ref int oAngle, ref float OutVol);
Пример #4
0
 public static extern bool ChannelGet3DAttributes(int handle, ref Mode3D mode, ref float min, ref float max, ref int iangle, ref int oangle, ref float outvol);