MiracastReceiverStreamControl Class

Definition

An object which encapsulates functionality for controlling properties of the audio and video streams.

public ref class MiracastReceiverStreamControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MiracastReceiverStreamControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MiracastReceiverStreamControl
Public NotInheritable Class MiracastReceiverStreamControl
Inheritance
Object Platform::Object IInspectable MiracastReceiverStreamControl
Attributes

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Properties

MuteAudio

Specifies whether the Miracast Transmitter should mute the audio stream. The default value is false.

Methods

GetVideoStreamSettings()

Returns an object representing the current settings for the video stream.

GetVideoStreamSettingsAsync()

Returns an object representing the current settings for the video stream.

SuggestVideoStreamSettings(MiracastReceiverVideoStreamSettings)

Suggests an appropriate width, height and bitrate to the Miracast Transmitter.

SuggestVideoStreamSettingsAsync(MiracastReceiverVideoStreamSettings)

Asynchronously suggests an appropriate width, height and bitrate to the Miracast Transmitter.

Applies to