MediaBuilderunitFromDictionary Method |
Configures the builder from a Dictionary<String, Object> object.
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static MediaUnit unitFromDictionary(
Dictionary<string, Object> unitConfigurations
)
Public Shared Function unitFromDictionary (
unitConfigurations As Dictionary(Of String, Object)
) As MediaUnit
public:
static MediaUnit^ unitFromDictionary(
Dictionary<String^, Object^>^ unitConfigurations
)
static member unitFromDictionary :
unitConfigurations : Dictionary<string, Object> -> MediaUnit
Parameters
- unitConfigurations
- Type: System.Collections.GenericDictionaryString, Object
The configuration dictionary.
Return Value
Type:
MediaUnitSee Also