MiracastReceiverMediaSourceCreatedEventArgs.MediaSource 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.
Returns a MediaSource object for playing the audio and video data that is being sent by the Miracast Transmitter.
public:
property MediaSource ^ MediaSource { MediaSource ^ get(); };
MediaSource MediaSource();
public MediaSource MediaSource { get; }
var mediaSource = miracastReceiverMediaSourceCreatedEventArgs.mediaSource;
Public ReadOnly Property MediaSource As MediaSource
Property Value
The MediaSource object.