AppBroadcastGlobalSettings.CameraOverlayLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies the location of the camera overlay within the broadcast video frame.
public:
property AppBroadcastCameraOverlayLocation CameraOverlayLocation { AppBroadcastCameraOverlayLocation get(); void set(AppBroadcastCameraOverlayLocation value); };
AppBroadcastCameraOverlayLocation CameraOverlayLocation();
void CameraOverlayLocation(AppBroadcastCameraOverlayLocation value);
public AppBroadcastCameraOverlayLocation CameraOverlayLocation { get; set; }
var appBroadcastCameraOverlayLocation = appBroadcastGlobalSettings.cameraOverlayLocation;
appBroadcastGlobalSettings.cameraOverlayLocation = appBroadcastCameraOverlayLocation;
Public Property CameraOverlayLocation As AppBroadcastCameraOverlayLocation
Property Value
A value that specifies the location of the camera overlay within the broadcast video frame.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|