QUOTE(TheUberOverlord @ Thu Jan 11 2007, 05:48) [snapback]342561[/snapback]
It's right here in the dev notes:
https://developer.skype.com/Docs/DevNotes?a...otes2.6beta.pdfWhich is exactly where Mirje in the post above said it was, when the link to the dev notes page was given:
http://forum.skype.com/index.php?s=&sh...st&p=338484The proble is to apply it in DELPHI. This is what I have done but nothen happens.
Skype1.Command[0,'ALTER CALL ' + IntToStr (1) + ' SET_INPUT FILE=""C:\test\test\test.wav""','',true,1000];
//Skype1.ActiveCalls.Item[1].InputDevice[$00000002] := 'C:\Test\Test.wav';
//Skype1.ActiveCalls.Item[ICallStatus].InputDevice[$00000002,'"C:\\Test\\Test.wav"'];
//Skype1.ActiveCalls.Item[1].InputDevice[$00000002] := 'C:\Test\Test.wav';
//Skype1.ActiveCalls.Item[1].InputDevice[callIoDeviceTypeFile] := 'C:\Test\Test.wav';