MediaHelper Class | Helper帮助文档 |
处理多媒体的公共类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class MediaHelper
Public Class MediaHelper
public ref class MediaHelper
type MediaHelper = class end
The MediaHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MediaHelper | Initializes a new instance of the MediaHelper class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | ASyncPlayWAV(String) |
以异步方式播放wav文件
|
![]() ![]() | ASyncPlayWAV(SoundPlayer, String) |
以异步方式播放wav文件
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | StopWAV | |
![]() ![]() | SyncPlayWAV(String) |
以同步方式播放wav文件
|
![]() ![]() | SyncPlayWAV(SoundPlayer, String) |
以同步方式播放wav文件
|
![]() | ToString | (Inherited from Object.) |
See Also