共用方式為


MiracastReceiverSession 類別

定義

物件,封裝接收傳入 Miracast 連線的相關功能。

public ref class MiracastReceiverSession sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MiracastReceiverSession final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MiracastReceiverSession : System.IDisposable
Public NotInheritable Class MiracastReceiverSession
Implements IDisposable
繼承
Object Platform::Object IInspectable MiracastReceiverSession
屬性
實作

Windows 需求

裝置系列
Windows 10, version 1903 (已於 10.0.18362.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v8.0 引進)

屬性

AllowConnectionTakeover

指定應用程式是否允許新的連線接管進行中的 Miracast 連線。

MaxSimultaneousConnections

指定應用程式願意在 MiracastReceiverSession上處理的同時連線數目上限。

方法

Close()

關閉 MiracastReceiverSession 物件,並中斷任何相關聯的 MiracastReceiverConnection 物件。

Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

Start()

開始接聽傳入 Miracast 連線。

StartAsync()

開始接聽傳入 Miracast 連線。

事件

ConnectionCreated

收到新的傳入 MiracastReceiverConnection 時所引發的事件。

Disconnected

MiracastReceiverConnection 中斷連接 Miracast傳輸器時所引發的事件。

MediaSourceCreated

建立MiracastReceiverConnectionMediaSource物件時所引發的事件。

適用於