MiracastReceiverMediaSourceCreatedEventArgs.MediaSource Property

Definition

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.

Applies to

See also