MiracastReceiverStreamControl.GetVideoStreamSettingsAsync 方法

定义

返回一个 对象,该对象表示视频流的当前设置。

public:
 virtual IAsyncOperation<MiracastReceiverVideoStreamSettings ^> ^ GetVideoStreamSettingsAsync() = GetVideoStreamSettingsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MiracastReceiverVideoStreamSettings> GetVideoStreamSettingsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MiracastReceiverVideoStreamSettings> GetVideoStreamSettingsAsync();
function getVideoStreamSettingsAsync()
Public Function GetVideoStreamSettingsAsync () As IAsyncOperation(Of MiracastReceiverVideoStreamSettings)

返回

视频流的当前设置。

属性

适用于

另请参阅