MediaHelper Class

HD.Common

MediaHelper Class Helper帮助文档
处理多媒体的公共类
Inheritance Hierarchy

SystemObject  HD.CommonMediaHelper

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

  NameDescription
Public methodMediaHelper
Initializes a new instance of the MediaHelper class
Top
Methods

  NameDescription
Public methodStatic memberASyncPlayWAV(String)
以异步方式播放wav文件
Public methodStatic memberASyncPlayWAV(SoundPlayer, String)
以异步方式播放wav文件
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberStopWAV
Public methodStatic memberSyncPlayWAV(String)
以同步方式播放wav文件
Public methodStatic memberSyncPlayWAV(SoundPlayer, String)
以同步方式播放wav文件
Public methodToString (Inherited from Object.)
Top
See Also

Reference