Click or drag to resize

OptionsConfigurationToButterflowArguments Method

Converts this object to a butterflow options.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
public string ToButterflowArguments(
	int videoInputIndex = 0
)

Parameters

videoInputIndex (Optional)
Type: SystemInt32

[Missing <param name="videoInputIndex"/> documentation for "M:butterflow_ui.OptionsConfiguration.ToButterflowArguments(System.Int32)"]

Return Value

Type: String
This object as a string.
See Also