MiracastReceiver.GetDefaultSettings Method

Definition

Returns default settings for the MiracastReceiver.

public:
 virtual MiracastReceiverSettings ^ GetDefaultSettings() = GetDefaultSettings;
MiracastReceiverSettings GetDefaultSettings();
public MiracastReceiverSettings GetDefaultSettings();
function getDefaultSettings()
Public Function GetDefaultSettings () As MiracastReceiverSettings

Returns

A MiracastReceiverSettings object containing information about the default settings for the MiracastReceiver.

Remarks

Apps can invoke GetDefaultSettings to receive a MiracastReceiverSettings object populated with the default settings. Apps can then modify the values from the defaults and then pass the settings object as a parameter to the DisconnectAllAndApplySettingsAsync call.

Applies to

See also