InetSendSound method (ILEADRasterInet)
short InetSendSound (short iFormatTag, short iChannels, long lSamplesPerSec, long lAvgBytesPerSec, short iBlockAlign, short iBitsPerSample, short iExtraDataSize, ILEADRasterVariant * pExtraData, ILEADRasterVariant * pData, long lDataSize); | |
Overview |
Refer to Implementing Internet Functionality. |
Remarks
Sends wave sound data to all the remote computers in the SendList property.
This generates an InetReceiveSound event on the remote computer(s).
Before you can send data to a remote computer, you must have an open connection.
You can open a connection in two ways:
1) Setup the local computer as a server and listen for connections using the InetServerInit method. When connection requests are received, open the connection using the InetAcceptConnect method.
2) Connect to an existing server using the InetConnect method.
See Also