MiracastReceiverConnection.StreamControl Property

Definition

Gets a MiracastReceiverStreamControl object, which is used for controlling properties of the audio and video streams.

public:
 property MiracastReceiverStreamControl ^ StreamControl { MiracastReceiverStreamControl ^ get(); };
MiracastReceiverStreamControl StreamControl();
public MiracastReceiverStreamControl StreamControl { get; }
var miracastReceiverStreamControl = miracastReceiverConnection.streamControl;
Public ReadOnly Property StreamControl As MiracastReceiverStreamControl

Property Value

The MiracastReceiverStreamControl object.

Applies to

See also