MediaCaptureInitializationSettings.VideoDeviceId Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene la DeviceInformation.Id della videocamera.
public:
property Platform::String ^ VideoDeviceId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring VideoDeviceId();
void VideoDeviceId(winrt::hstring value);
public string VideoDeviceId { get; set; }
var string = mediaCaptureInitializationSettings.videoDeviceId;
mediaCaptureInitializationSettings.videoDeviceId = string;
Public Property VideoDeviceId As String
Valore della proprietà
La DeviceInformation.Id della videocamera.
Requisiti Windows
Funzionalità dell'app |
backgroundMediaRecording
microphone
webcam
|
Commenti
Questo metodo può restituire un puntatore NULL se il dispositivo non supporta questa funzionalità. Per altre informazioni, vedere la classe DeviceInformation .