MiracastReceiverConnection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Miracast 수신기와 Miracast 송신기 간의 단일 연결을 나타냅니다.
public ref class MiracastReceiverConnection sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MiracastReceiverConnection final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MiracastReceiverConnection : System.IDisposable
Public NotInheritable Class MiracastReceiverConnection
Implements IDisposable
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)
|
속성
CursorImageChannel |
Miracast 송신기에서 Miracast 수신기로 마우스 커서 이미지를 전송하기 위한 채널을 가져옵니다. |
InputDevices |
Miracast 수신기가 입력을 수집하고 Miracast 송신기로 전송할 수 있는 디바이스를 가져옵니다. |
StreamControl |
오디오 및 비디오 스트림의 속성을 제어하는 데 사용되는 MiracastReceiverStreamControl 개체를 가져옵니다. |
Transmitter |
연결을 시작한 Miracast 송신기를 나타내는 MiracastTransmitter 개체를 가져옵니다. |
메서드
Close() |
연결을 닫고 이 연결에서 연결된 MiracastTransmitter 의 연결을 즉시 끊습니다. |
Disconnect(MiracastReceiverDisconnectReason, String) |
연결을 닫고 연결된 MiracastTransmitter의 연결을 즉시 끊습니다. |
Disconnect(MiracastReceiverDisconnectReason) |
연결을 닫고 연결된 MiracastTransmitter의 연결을 즉시 끊습니다. |
Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다. |
Pause() |
Miracast 송신기에게 수신기에 스트리밍 오디오 및 비디오 데이터를 일시 중지하도록 요청합니다. 연결은 설정된 상태로 유지됩니다. |
PauseAsync() |
스트리밍 오디오 및 비디오 데이터를 수신기에 일시 중지하도록 Miracast 송신기를 비동기적으로 요청합니다. 연결은 설정된 상태로 유지됩니다. |
Resume() |
Miracast 송신기에게 MiracastReceiver에 오디오 및 비디오 데이터 스트리밍을 다시 시작하도록 요청합니다. |
ResumeAsync() |
Miracast 송신기에게 MiracastReceiver에 오디오 및 비디오 데이터 스트리밍을 다시 시작하도록 요청합니다. |