AdaptiveMediaSourceCreationResult.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.
Gets the AdaptiveMediaSource object that represents the source of adaptive streaming content.
public:
property AdaptiveMediaSource ^ MediaSource { AdaptiveMediaSource ^ get(); };
AdaptiveMediaSource MediaSource();
public AdaptiveMediaSource MediaSource { get; }
var adaptiveMediaSource = adaptiveMediaSourceCreationResult.mediaSource;
Public ReadOnly Property MediaSource As AdaptiveMediaSource
Property Value
The AdaptiveMediaSource object that represents the source of adaptive streaming content.