AppBroadcastGlobalSettings.SelectedCameraId 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 string containing the device ID of the camera used for broadcast video capture.
public:
property Platform::String ^ SelectedCameraId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SelectedCameraId();
void SelectedCameraId(winrt::hstring value);
public string SelectedCameraId { get; set; }
var string = appBroadcastGlobalSettings.selectedCameraId;
appBroadcastGlobalSettings.selectedCameraId = string;
Public Property SelectedCameraId As String
Property Value
The device ID of the camera used for broadcast video capture.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|