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

Implements Xenko specific audio device
상속: AudioDevice
파일 보기 프로젝트 열기: EmptyKeys/UI_Engines

공개 메소드들

메소드 설명
CreateSound ( object nativeSound ) : SoundBase

Creates the sound.

XenkoAudioDevice ( ) : System

Initializes a new instance of the XenkoAudioDevice class.

메소드 상세

CreateSound() 공개 메소드

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

XenkoAudioDevice() 공개 메소드

Initializes a new instance of the XenkoAudioDevice class.
public XenkoAudioDevice ( ) : System
리턴 System