 | WavPlayerPlay 方法 (String) |
Sweet 开发框架 播放。wav声音文件。
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static void Play(
string location
)
Public Shared Sub Play (
location As String
)
static member Play :
location : string -> unit
参数
- location
- 类型:SystemString
String,包含声音文件的名称
参见