Desktop control
EnableAudioPreview lives under Audio diagnostics since it primarily affects the audio metering surface.
| Function | Returns | Description |
|---|---|---|
OpenInDesktopBrowser(urlString) |
void |
Launches the given http:// or https:// URL in the user's default desktop browser on a background Task. URLs with other schemes are silently ignored to prevent arbitrary process launches. |
ActivateEditMode() |
void |
Switches the project out of interactive mode and asks the host application to activate edit mode via a SetEditMode message. |
ActivateInteractiveMode() |
void |
Switches the project into interactive mode and asks the host application to activate interactive mode via a SetInteractiveMode message. |
DisableVideoPreview() |
void |
Asks the host application to disable the video preview surface via a DisableVideoPreview message. |
EnableVideoPreview() |
void |
Asks the host application to (re)enable the video preview surface via a EnableVideoPreview message. |