MiracastReceiverConnection.StreamControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.