IPresetManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: GHASchema.Classes.Capabilities.Media
public interface IPresetManager
The IPresetManager type exposes the following members.
| Name | Description | |
|---|---|---|
| NumberOfPresets |
Number of presets available for this device
|
| Name | Description | |
|---|---|---|
| ActivatePreset |
Instructs the media play to make the provided preset active
| |
| GetPreset |
Returns the preset associated with the preset number
| |
| SetPreset |
Associate the provided media item with the associated preset number. Multiple calls will override the preset with
the last provided mediaItem
|