INDStartResult.MediaStreamSource Property

Definition

Gets the object for the data that the transmitter streams.

public:
 property MediaStreamSource ^ MediaStreamSource { MediaStreamSource ^ get(); };
MediaStreamSource MediaStreamSource();
/// [get: Windows.Foundation.Metadata.Deprecated("INDStartResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
MediaStreamSource MediaStreamSource();
public MediaStreamSource MediaStreamSource { get; }
public MediaStreamSource MediaStreamSource { [Windows.Foundation.Metadata.Deprecated("INDStartResult is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var mediaStreamSource = iNDStartResult.mediaStreamSource;
Public ReadOnly Property MediaStreamSource As MediaStreamSource

Property Value

The newly-created object.

Attributes

Applies to