Speaker Methods |
The Speaker type exposes the following members.
Name | Description | |
---|---|---|
ChangeFormat |
Changes the playback format of the device.
| |
Dispose |
Disposes the object.
(Inherited from DisposableClass.) | |
Dispose(Boolean) |
Disposes the object.
(Overrides DisposableClassDispose(Boolean).) | |
DisposeDevices |
Disposes the previously created and not disposed devices.
| |
Finalize | (Inherited from DisposableClass.) | |
GetDefaultDevice |
Retrieves the default playback device.
| |
GetDefaultDevice(AudioApi) |
Retrieves the default playback device.
| |
GetDefaultDevice(AudioFormat) |
Retrieves the default playback device with desired format.
| |
GetDefaultDevice(WaveformParams) |
Retrieves the default playback device.
| |
GetDevice(AudioDeviceInfo) |
Retrieves the specified playback device.
| |
GetDevice(AudioDeviceInfo, AudioApi) |
Retrieves the specified playback device.
| |
GetDevice(AudioDeviceInfo, WaveformParams) |
Retrieves the specified playback device.
| |
GetDevices |
Retrieves the available playback devices.
| |
GetDevices(AudioApi) |
Retrieves the available playback devices.
| |
GetDevicesCount |
Retrieves the number of available playback devices.
| |
OnDataReceived | (Overrides AbstractMediaReceiverTData, TFormatOnDataReceived(Object, TData).) | |
SenderConnected | (Inherited from AudioReceiver.) | |
SenderDisconnected | (Inherited from AudioReceiver.) | |
SetReceiveFormats |
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.) | |
Start |
Starts playing the audio from the speaker.
| |
Stop |
Stops the playing.
|