C# Class EmptyKeys.UserInterface.Media.XenkoAudioDevice

Implements Xenko specific audio device
Inheritance: AudioDevice
Exibir arquivo Open project: EmptyKeys/UI_Engines

Public Methods

Method Description
CreateSound ( object nativeSound ) : SoundBase

Creates the sound.

XenkoAudioDevice ( ) : System

Initializes a new instance of the XenkoAudioDevice class.

Method Details

CreateSound() public method

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

XenkoAudioDevice() public method

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