INDStartResult.MediaStreamSource 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 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