GHATunerBase Class |
[This is preliminary documentation and is subject to change.]
Namespace: GHASchema.Classes.Device.AudioVideo
public abstract class GHATunerBase : GHAObject, ITuner, IPresetManager, IMediaPlayer, ITransportControl, ISupportedMedia, IAudioControl, IAvailability
The GHATunerBase type exposes the following members.
| Name | Description | |
|---|---|---|
| GHATunerBase | Initializes a new instance of the GHATunerBase class |
| Name | Description | |
|---|---|---|
| Balance |
Not generally implemented on a tuner
| |
| Bass |
Not generally implemented on a tuner
| |
| CurrentTrack |
Media currently loaded into the transport
| |
| CurrentUse |
Resource currently allocating this device
| |
| Duration |
Not generally implemented on a tuner
| |
| Frequency |
Sets the frequency to which to set the tuner
| |
| IsDirectSoundControl |
Determines if device accepts values for the various sound properties versus simple up/down commands
| |
| Loudness |
Not generally implemented on a tuner
| |
| MediaFinishedPlaying |
Not generally implemented on a tuner
| |
| Mute |
Not generally implemented on a tuner
| |
| NumberOfPresets |
Number of presets available for this device
| |
| Pause |
Not generally implemented on a tuner
| |
| Play |
Initiates playback when set to true, stops transport when set to false
| |
| Progress |
Not generally implemented on a tuner
| |
| RDSMessage |
Returns the currently available Radio Data Service (RDS) message
| |
| SupportedMedia |
List of supported media types separated by commas. MIME types
| |
| TransportCommand |
Sets desired state for the underlying transport
| |
| Treble |
Not implemented in a tuner
| |
| TunerBand |
Sets the tuner band
| |
| TunerCommands |
Sets the tuner command
| |
| Volume |
Not generally implemented on a tuner
|
| Name | Description | |
|---|---|---|
| ActivatePreset |
When overriden, implements the steps required to play the preset
| |
| BassChange |
Not generally implemented on a tuner
| |
| GetPreset |
When overriden, returns the playable media item represented by the preset
| |
| Next |
Commands the transport to play the next media item
| |
| Previous |
Commands the transport to play the previous media item
| |
| SetPreset |
When overriden, associates the provided playable media item with a preset
| |
| TrebleChange |
Not generally implemented on a tuner
| |
| VolumeChange |
Not generally implemented on a tuner
|