Click or drag to resize
MediaBuilderoverlayFromDictionary Method
Factory method to generate new instance of MediaOverlay via Dictionary<String, Object> configuration.

Namespace: Veeplay.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static MediaOverlay overlayFromDictionary(
	Dictionary<string, Object> overlayConfigurations
)

Parameters

overlayConfigurations
Type: System.Collections.GenericDictionaryString, Object
Dictionary overlay configuration.

Return Value

Type: MediaOverlay
An instance of MediaOverlay or null if error.
See Also