示例#1
0
 public EdkDll.InputSensorDescriptor_t HeadsetGetSensorDetails(EdkDll.EE_InputChannels_t channelId)
 {
     EdkDll.InputSensorDescriptor_t result;
     EmoEngine.errorHandler(EdkDll.EE_HeadsetGetSensorDetails(channelId, out result));
     return(result);
 }
示例#2
0
 private static extern int Unmanged_EE_HeadsetGetSensorDetails(EdkDll.EE_InputChannels_t channelId, out EdkDll.InputSensorDescriptor_t pDescriptorOut);
示例#3
0
 public static int EE_HeadsetGetSensorDetails(EdkDll.EE_InputChannels_t channelId, out EdkDll.InputSensorDescriptor_t pDescriptorOut)
 {
     return(EdkDll.Unmanged_EE_HeadsetGetSensorDetails(channelId, out pDescriptorOut));
 }
示例#4
0
 public EdkDll.InputSensorDescriptor_t HeadsetGetSensorDetails(EdkDll.EE_InputChannels_t channelId)
 {
     EdkDll.InputSensorDescriptor_t _t;
     errorHandler(EdkDll.EE_HeadsetGetSensorDetails(channelId, out _t));
     return(_t);
 }