ITuner Interface |
[This is preliminary documentation and is subject to change.]
Namespace: GHASchema.Classes.Capabilities.Media
[GHACapabilityAttribute("", "Media")] public interface ITuner : IPresetManager
The ITuner type exposes the following members.
| Name | Description | |
|---|---|---|
| Frequency |
Sets the frequency to which to set the tuner
| |
| NumberOfPresets |
Number of presets available for this device
(Inherited from IPresetManager.) | |
| RDSMessage |
Returns the currently available Radio Data Service (RDS) message
| |
| TunerBand |
Sets the tuner band
| |
| TunerCommands |
Sets the tuner command
|
| Name | Description | |
|---|---|---|
| ActivatePreset |
Instructs the media play to make the provided preset active
(Inherited from IPresetManager.) | |
| GetPreset |
Returns the preset associated with the preset number
(Inherited from IPresetManager.) | |
| SetPreset |
Associate the provided media item with the associated preset number. Multiple calls will override the preset with
the last provided mediaItem
(Inherited from IPresetManager.) |