AppBroadcastGlobalSettings.CameraOverlaySize 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 size of the camera overlay within the broadcast video frame.
public:
property AppBroadcastCameraOverlaySize CameraOverlaySize { AppBroadcastCameraOverlaySize get(); void set(AppBroadcastCameraOverlaySize value); };
AppBroadcastCameraOverlaySize CameraOverlaySize();
void CameraOverlaySize(AppBroadcastCameraOverlaySize value);
public AppBroadcastCameraOverlaySize CameraOverlaySize { get; set; }
var appBroadcastCameraOverlaySize = appBroadcastGlobalSettings.cameraOverlaySize;
appBroadcastGlobalSettings.cameraOverlaySize = appBroadcastCameraOverlaySize;
Public Property CameraOverlaySize As AppBroadcastCameraOverlaySize
Property Value
A value that specifies the size of the camera overlay within the broadcast video frame.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|