Click or drag to resize

GHATelevisionTunerBase Class

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

Abstract class defining television tuner that can be inherited to provide base functionality
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    GHAObject
      GHASchema.Classes.Device.AudioVideoGHATelevisionTunerBase

Namespace:  GHASchema.Classes.Device.AudioVideo
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public abstract class GHATelevisionTunerBase : GHAObject, 
	ITelevisionTuner, IMediaPlayer, ITransportControl, ISupportedMedia, IAudioControl, 
	IAvailability

The GHATelevisionTunerBase type exposes the following members.

Constructors
  NameDescription
Public methodGHATelevisionTunerBase
Constructor for GHAObject base class. Takes care of populating path and objectID fields on object creation.
Top
Properties
  NameDescription
Public propertyBalance
Not generally implemented on a tuner
Public propertyBass
Not generally implemented on a tuner
Public propertyCurrentChannel
Sets current channel for the tuner
Public propertyCurrentTrack
Media currently loaded into the transport
Public propertyCurrentUse
Resource currently allocating this device
Public propertyDuration
Not generally implemented on a tuner
Public propertyIsDirectSoundControl
Determines if device accepts values for the various sound properties versus simple up/down commands
Public propertyLoudness
Not generally implemented on a tuner
Public propertyMediaFinishedPlaying
Not generally implemented on a tuner
Public propertyMute
Not generally implemented on a tuner
Public propertyPause
Not generally implemented on a tuner
Public propertyPlay
Initiates playback when set to true, stops transport when set to false
Public propertyProgress
Not generally implemented on a tuner
Public propertySupportedMedia
List of supported media types separated by commas. MIME types
Public propertyTransportCommand
Sets desired state for the underlying transport
Public propertyTreble
Public propertyTunerCommand
Invokes a tuner command
Public propertyTVProvider
Specifies the media Content provider to be used for this tuner
Public propertyVolume
Not generally implemented on a tuner
Top
Methods
  NameDescription
Public methodBassChange
Not generally implemented on a tuner
Public methodNext
Commands the transport to play the next media item
Public methodPrevious
Commands the transport to play the previous media item
Public methodTrebleChange
Not generally implemented on a tuner
Public methodVolumeChange
Not generally implemented on a tuner
Top
See Also