MediaFrameSourceController.SetPropertyAsync(String, Object) Metodo
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.
Imposta in modo asincrono il valore di una proprietà MediaFrameSource e restituisce un oggetto MediaFrameSourceSetPropertyStatus che descrive lo stato del risultato dell'operazione impostata.
public:
virtual IAsyncOperation<MediaFrameSourceSetPropertyStatus> ^ SetPropertyAsync(Platform::String ^ propertyId, Platform::Object ^ propertyValue) = SetPropertyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MediaFrameSourceSetPropertyStatus> SetPropertyAsync(winrt::hstring const& propertyId, IInspectable const& propertyValue);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MediaFrameSourceSetPropertyStatus> SetPropertyAsync(string propertyId, object propertyValue);
function setPropertyAsync(propertyId, propertyValue)
Public Function SetPropertyAsync (propertyId As String, propertyValue As Object) As IAsyncOperation(Of MediaFrameSourceSetPropertyStatus)
Parametri
- propertyId
-
String
Platform::String
winrt::hstring
Identificatore della proprietà di origine del frame multimediale da impostare.
- propertyValue
-
Object
Platform::Object
IInspectable
Valore della proprietà di origine del frame multimediale da impostare.
Restituisce
Operazione asincrona che restituisce un oggetto MediaFrameSourceSetPropertyStatus al completamento.
- Attributi
Commenti
Per ottenere il valore di una proprietà di origine frame multimediale, usare GetPropertyAsync.
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.