Click or drag to resize
MediaBuilderconfigureFromDictionary 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 bool configureFromDictionary(
	Dictionary<string, Object> configuration
)

Parameters

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

Return Value

Type: Boolean
true on succes.
See Also