command "wavefilereadstream", wshserver.WaveFileReadStreamCommand
(w *wshutil.WshRpc, data wshrpc.CommandWaveFileReadStreamData, opts *wshrpc.RpcOpts)
| 1002 | |
| 1003 | // command "wavefilereadstream", wshserver.WaveFileReadStreamCommand |
| 1004 | func WaveFileReadStreamCommand(w *wshutil.WshRpc, data wshrpc.CommandWaveFileReadStreamData, opts *wshrpc.RpcOpts) (*wshrpc.WaveFileInfo, error) { |
| 1005 | resp, err := sendRpcRequestCallHelper[*wshrpc.WaveFileInfo](w, "wavefilereadstream", data, opts) |
| 1006 | return resp, err |
| 1007 | } |
| 1008 | |
| 1009 | // command "waveinfo", wshserver.WaveInfoCommand |
| 1010 | func WaveInfoCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (*wshrpc.WaveInfoData, error) { |
no test coverage detected