AppBroadcastCameraOverlayLocation AppBroadcastCameraOverlayLocation AppBroadcastCameraOverlayLocation AppBroadcastCameraOverlayLocation Enum

Definition

Specifies the location of the camera overlay within the broadcast video frame.

Note

This API requires the appBroadcast and appBroadcastSettings capability which is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to this API will fail at runtime.

public : enum class AppBroadcastCameraOverlayLocationpublic enum AppBroadcastCameraOverlayLocationPublic Enum AppBroadcastCameraOverlayLocation// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.15063.0)
API contract
Windows.Media.Capture.AppBroadcastContract (introduced v1)
Capabilities
appBroadcastSettings appBroadcast

Fields

BottomCenter BottomCenter BottomCenter BottomCenter

The overlay is positioned at the bottom center of the frame.

BottomLeft BottomLeft BottomLeft BottomLeft

The overlay is positioned at the bottom left of the frame.

BottomRight BottomRight BottomRight BottomRight

The overlay is positioned at the bottom right of the frame.

MiddleCenter MiddleCenter MiddleCenter MiddleCenter

The overlay is positioned at the middle center of the frame.

MiddleLeft MiddleLeft MiddleLeft MiddleLeft

The overlay is positioned at the middle left of the frame.

MiddleRight MiddleRight MiddleRight MiddleRight

The overlay is positioned at the middle right of the frame.

TopCenter TopCenter TopCenter TopCenter

The overlay is positioned at the top center of the frame.

TopLeft TopLeft TopLeft TopLeft

The overlay is positioned at the top left of the frame.

TopRight TopRight TopRight TopRight

The overlay is positioned at the top right of the frame.