Condividi tramite


VideoDeviceController.SetDeviceProperty(String, Object) Metodo

Definizione

Imposta il valore della proprietà con l'ID specificato nel driver di dispositivo di acquisizione. È possibile utilizzare questo metodo per impostare le proprietà specifiche di una particolare fotocamera.

public:
 virtual void SetDeviceProperty(Platform::String ^ propertyId, Platform::Object ^ propertyValue) = SetDeviceProperty;
void SetDeviceProperty(winrt::hstring const& propertyId, IInspectable const& propertyValue);
public void SetDeviceProperty(string propertyId, object propertyValue);
function setDeviceProperty(propertyId, propertyValue)
Public Sub SetDeviceProperty (propertyId As String, propertyValue As Object)

Parametri

propertyId
String

Platform::String

winrt::hstring

Identificatore della proprietà per cui è impostato il valore.

propertyValue
Object

Platform::Object

IInspectable

Nuovo valore della proprietà.

Commenti

L'ID proprietà e i dati previsti sono determinati dal produttore del dispositivo hardware.

Le proprietà comuni del dispositivo vengono esposte come proprietà della classe VideoDeviceController . Le proprietà aggiuntive vengono definite nel set di proprietà KSPROPERTYSETID_ExtendedCameraControl . Le proprietà legacy vengono definite nel set di proprietà PROPSETID_VIDCAP_CAMERACONTROL . Per un esempio di accesso alle proprietà della fotocamera in base all'ID, vedere l'esempio di controllo esteso e metadati.

Si applica a

Vedi anche