Click or drag to resize

IPresetManagerSetPreset Method

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

Associate the provided media item with the associated preset number. Multiple calls will override the preset with the last provided mediaItem

Namespace:  GHASchema.Classes.Capabilities.Media
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
void SetPreset(
	int presetNumber,
	IGHAObject mediaItem
)

Parameters

presetNumber
Type: SystemInt32
Preset number to associate with a media item
mediaItem
Type: GHASchemaIGHAObject
Media item to associate with the preset
See Also