Show / Hide Table of Contents

Class NullAudioDevice

Implements Null Audio Device, used for testing

Inheritance
System.Object
EmptyKeys.UserInterface.Media.AudioDevice
NullAudioDevice
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Media
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class NullAudioDevice : AudioDevice

Constructors

NullAudioDevice()

Initializes a new instance of the NullAudioDevice class.

Declaration
public NullAudioDevice()

Methods

CreateSound(Object)

Creates the sound.

Declaration
public override SoundBase CreateSound(object nativeSound)
Parameters
Type Name Description
System.Object nativeSound

The native sound.

Returns
Type Description
EmptyKeys.UserInterface.Media.SoundBase
Overrides
EmptyKeys.UserInterface.Media.AudioDevice.CreateSound(System.Object)
Back to top Generated by DocFX