MiracastReceiverStreamControl.GetVideoStreamSettings Metodo

Definizione

Restituisce un oggetto che rappresenta le impostazioni correnti per il flusso video.

public:
 virtual MiracastReceiverVideoStreamSettings ^ GetVideoStreamSettings() = GetVideoStreamSettings;
MiracastReceiverVideoStreamSettings GetVideoStreamSettings();
public MiracastReceiverVideoStreamSettings GetVideoStreamSettings();
function getVideoStreamSettings()
Public Function GetVideoStreamSettings () As MiracastReceiverVideoStreamSettings

Restituisce

Impostazioni correnti per il flusso video.

Commenti

Poiché questo metodo può bloccarsi per un periodo di tempo notevole, non è consigliabile chiamarlo dal thread dell'interfaccia utente o da un apartment a thread singolo. Usare invece il metodo asyncronous GetVideoStreamSettingsAsync.

Si applica a

Vedi anche