C# 클래스 EmptyKeys.UserInterface.Media.AudioDevice

Implements abstract Audio Device
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
AudioDevice ( )

Initializes a new instance of the AudioDevice class.

CreateSound ( object nativeSound ) : SoundBase

Creates the sound.

메소드 상세

AudioDevice() 공개 메소드

Initializes a new instance of the AudioDevice class.
public AudioDevice ( )

CreateSound() 공개 추상적인 메소드

Creates the sound.
public abstract CreateSound ( object nativeSound ) : SoundBase
nativeSound object The native sound.
리턴 SoundBase