|
StartPlayFileToSpeaker |
Top Previous Next |
|
StartPlayFileToSpeaker(FileName: String); - Delphi syntax StartPlayFileToSpeaker(string filename); - C# syntax StartPlayFileToSpeaker(FileName As String); - VB.NET syntax HRESULT StartPlayFileToSpeaker([in] BSTR FileName); - IDL/COM syntax
Description Starts playing of file to speaker determined by SpeakerID property. The file should be at least 8KHz (or higher), mono or stereo, 8 or 16 bit PCM .wav file.
|