| Speaker Class |
Namespace: Ozeki.Media
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.
|
| Name | Description | |
|---|---|---|
| ConverterType | (Inherited from AudioReceiver.) | |
| DeviceInfo |
Gets the product information of the speaker device.
| |
| ID | (Inherited from DisposableClass.) | |
| Initialized |
Returns a boolean value indicating whether the selected speaker device is ready.
| |
| Level |
Gets the level of the speaker output. (Range: 0-100)
| |
| MediaFormat |
Gets the current audio format of the speaker.
| |
| Muted |
Gets or sets a boolean value indicating whether the speaker is muted.
| |
| ReceiveFormats |
Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.) | |
| State |
Gets the state of the playback device.
| |
| Volume |
Gets or sets the volume of the speaker. (Range: 0-1)
|
| Name | Description | |
|---|---|---|
| LevelChanged |
Occurs when the speaker level has changed.
| |
| ReceiveFormatsChanged |
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from AbstractMediaReceiverTData, TFormat.) | |
| Stopped |
Occurs when the speaker stopped playing.
|