MediaSource.AdaptiveMediaSource プロパティ

定義

MediaSource に関連付けられている AdaptiveMediaSource を取得します。

public:
 property AdaptiveMediaSource ^ AdaptiveMediaSource { AdaptiveMediaSource ^ get(); };
AdaptiveMediaSource AdaptiveMediaSource();
public AdaptiveMediaSource AdaptiveMediaSource { get; }
var adaptiveMediaSource = mediaSource.adaptiveMediaSource;
Public ReadOnly Property AdaptiveMediaSource As AdaptiveMediaSource

プロパティ値

MediaSource に関連付けられている AdaptiveMediaSource

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

注釈

MediaSourceAdaptiveMediaSource が関連付けられていない場合、このプロパティ値は null です。

適用対象