Click or drag to resize
MediaBuilderunitFromDictionary Method
Configures the builder from a Dictionary<String, Object> object.

Namespace: Veeplay.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static MediaUnit unitFromDictionary(
	Dictionary<string, Object> unitConfigurations
)

Parameters

unitConfigurations
Type: System.Collections.GenericDictionaryString, Object
The configuration dictionary.

Return Value

Type: MediaUnit
See Also