ButterflowWrapperButterflowOutputType Enumeration |
Values that represent butterflow output types.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ButterflowOutputType
Public Enumeration ButterflowOutputType
public enum class ButterflowOutputType
type ButterflowOutputType
Members
| Member name | Value | Description |
---|
| Width | 0 | Video Width. |
| Height | 1 | Video Height. |
| Rate | 2 | Video playback rate. |
| Progress | 3 | Video processing progress. |
See Also