GHATelevisionTunerBase Class |
[This is preliminary documentation and is subject to change.]
Namespace: GHASchema.Classes.Device.AudioVideo
public abstract class GHATelevisionTunerBase : GHAObject, ITelevisionTuner, IMediaPlayer, ITransportControl, ISupportedMedia, IAudioControl, IAvailability
The GHATelevisionTunerBase type exposes the following members.
| Name | Description | |
|---|---|---|
| GHATelevisionTunerBase |
Constructor for GHAObject base class. Takes care of populating path and objectID fields on object creation.
|
| Name | Description | |
|---|---|---|
| Balance |
Not generally implemented on a tuner
| |
| Bass |
Not generally implemented on a tuner
| |
| CurrentChannel |
Sets current channel for the tuner
| |
| CurrentTrack |
Media currently loaded into the transport
| |
| CurrentUse |
Resource currently allocating this device
| |
| Duration |
Not generally implemented on a 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
| |
| 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
| |
| SupportedMedia |
List of supported media types separated by commas. MIME types
| |
| TransportCommand |
Sets desired state for the underlying transport
| |
| Treble | ||
| TunerCommand |
Invokes a tuner command
| |
| TVProvider |
Specifies the media Content provider to be used for this tuner
| |
| Volume |
Not generally implemented on a tuner
|
| Name | Description | |
|---|---|---|
| BassChange |
Not generally implemented on a tuner
| |
| Next |
Commands the transport to play the next media item
| |
| Previous |
Commands the transport to play the previous media item
| |
| TrebleChange |
Not generally implemented on a tuner
| |
| VolumeChange |
Not generally implemented on a tuner
|