AdaptiveMediaSourceCreationResult クラス

定義

AdaptiveMediaSource オブジェクトの作成結果を表します。

public ref class AdaptiveMediaSourceCreationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AdaptiveMediaSourceCreationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AdaptiveMediaSourceCreationResult
Public NotInheritable Class AdaptiveMediaSourceCreationResult
継承
Object Platform::Object IInspectable AdaptiveMediaSourceCreationResult
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

このオブジェクトは、AdaptiveMediaSource オブジェクトを作成するために CreateFromStreamAsync メソッドまたは CreateFromUriAsync メソッドのいずれかを呼び出すとアクセスされます。

アプリでアダプティブ ストリーミングを使用する方法のガイダンスについては、「 アダプティブ ストリーミング」を参照してください。

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 ExtendedError

プロパティ

ExtendedError

AdaptiveMediaSource オブジェクトの作成に関連付けられている拡張エラー コードを取得します。

HttpResponseMessage

AdaptiveMediaSource オブジェクトの作成試行から返された HTTP 応答メッセージ (存在する場合) を取得します。

MediaSource

アダプティブ ストリーミング コンテンツのソースを表す AdaptiveMediaSource オブジェクトを取得します。

Status

AdaptiveMediaSource オブジェクトの作成試行の状態を取得します。

適用対象

こちらもご覧ください