示例#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);