public static void PlayAudio(
MemoryStream stream,
float volume = 0f
)
Public Shared Sub PlayAudio (
stream As MemoryStream,
Optional volume As Single = 0F
)
Dim stream As MemoryStream
Dim volume As Single
UtilNAudio.PlayAudio(stream, volume)
public:
static void PlayAudio(
MemoryStream^ stream,
float volume = 0f
)
static member PlayAudio :
stream : MemoryStream *
?volume : float32
(* Defaults:
let _volume = defaultArg volume 0f
*)
-> unit
No code example is currently available or this language may not be supported.
[Missing <param name="stream"/> documentation for "M:DevCase.ThirdParty.NAudio.UtilNAudio.PlayAudio(System.IO.MemoryStream,System.Single)"]
[Missing <param name="volume"/> documentation for "M:DevCase.ThirdParty.NAudio.UtilNAudio.PlayAudio(System.IO.MemoryStream,System.Single)"]