Click or drag to resize

IPresetManager Interface

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

Defines the preset capability for media players

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public interface IPresetManager

The IPresetManager type exposes the following members.

Properties
  NameDescription
Public propertyNumberOfPresets
Number of presets available for this device
Top
Methods
  NameDescription
Public methodActivatePreset
Instructs the media play to make the provided preset active
Public methodGetPreset
Returns the preset associated with the preset number
Public methodSetPreset
Associate the provided media item with the associated preset number. Multiple calls will override the preset with the last provided mediaItem
Top
See Also