Ejemplo n.º 1
0
 internal static extern WebRTCErrorCode SetAudioStreamPolicy(IntPtr handle, uint trackId, AudioStreamPolicyHandle streamInfo);
Ejemplo n.º 2
0
 internal static extern WebRTCErrorCode SetAudioLoopback(IntPtr handle, uint sourceId, AudioStreamPolicyHandle streamInfo, out uint trackId);
Ejemplo n.º 3
0
 internal static extern WebRTCErrorCode SetAudioStreamPolicyToMicrophoneSource(IntPtr handle, uint sourceId, AudioStreamPolicyHandle streamInfo);
Ejemplo n.º 4
0
 internal static extern int SetStreamInfo(IntPtr handle, AudioStreamPolicyHandle streamInfoHandle);
Ejemplo n.º 5
0
 internal static extern PlayerErrorCode SetAudioPolicyInfo(IntPtr player, AudioStreamPolicyHandle streamInfo);
Ejemplo n.º 6
0
 internal static extern TonePlayerError Start(ToneType tone, AudioStreamPolicyHandle streamInfoHandle,
                                              int durationMs, out int id);
Ejemplo n.º 7
0
 internal static extern RecorderErrorCode SetAudioStreamPolicy(RecorderHandle handle, AudioStreamPolicyHandle streamInfoHandle);
Ejemplo n.º 8
0
 internal static extern WavPlayerError Start(string filePath, AudioStreamPolicyHandle streamInfoHandle,
                                             WavPlayerCompletedCallback completedCallback, IntPtr userData, out int id);