MiracastReceiver.GetDefaultSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.