Defines a simple class to test an audio file against an audio device.
Declaration Syntax
C# | Visual Basic |
public class TestDevice
Public Class TestDevice
Members
All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
TestDevice(DriverType, Int32, Int32) |
Default constructor for the TestDevice class.
| |
TestDevice(Device, Int32) |
Constructor for the TestDevice class which requires a Device class.
| |
Dispose()()()() |
Disposes the test device.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Play(String) |
Starts the playback of an audio file.
| |
Stop()()()() |
Stops the playback of the audio file.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
TestDevice |