InitializeMediaStreamSourceRequestedEventArgs.Source 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 uninitialized MediaStreamSource object that the app service should initialize and use to provide samples to the requesting app.
public:
property MediaStreamSource ^ Source { MediaStreamSource ^ get(); };
MediaStreamSource Source();
public MediaStreamSource Source { get; }
var mediaStreamSource = initializeMediaStreamSourceRequestedEventArgs.source;
Public ReadOnly Property Source As MediaStreamSource
Property Value
The uninitialized MediaStreamSource object.