Click or drag to resize

ITuner Interface

[This is preliminary documentation and is subject to change.]

Defines the tuner capability

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Media")]
public interface ITuner : IPresetManager

The ITuner type exposes the following members.

Properties
  NameDescription
Public propertyFrequency
Sets the frequency to which to set the tuner
Public propertyNumberOfPresets
Number of presets available for this device
(Inherited from IPresetManager.)
Public propertyRDSMessage
Returns the currently available Radio Data Service (RDS) message
Public propertyTunerBand
Sets the tuner band
Public propertyTunerCommands
Sets the tuner command
Top
Methods
  NameDescription
Public methodActivatePreset
Instructs the media play to make the provided preset active
(Inherited from IPresetManager.)
Public methodGetPreset
Returns the preset associated with the preset number
(Inherited from IPresetManager.)
Public methodSetPreset
Associate the provided media item with the associated preset number. Multiple calls will override the preset with the last provided mediaItem
(Inherited from IPresetManager.)
Top
See Also