다음을 통해 공유


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에서 도입되었습니다.)

설명

이 개체는 CreateFromStreamAsync 또는 CreateFromUriAsync 메서드 중 하나를 호출하여 AdaptiveMediaSource 개체를 만들 때 액세스됩니다.

앱에서 적응 스트리밍을 사용하기 위한 방법 지침은 적응 스트리밍을 참조하세요.

버전 기록

Windows 버전 SDK 버전 추가된 값
1703 15063 ExtendedError

속성

ExtendedError

AdaptiveMediaSource 개체 만들기와 관련된 확장 오류 코드를 가져옵니다.

HttpResponseMessage

AdaptiveMediaSource 개체를 만들려는 시도에서 반환된 HTTP 응답 메시지(있는 경우)를 가져옵니다.

MediaSource

적응 스트리밍 콘텐츠의 원본을 나타내는 AdaptiveMediaSource 개체를 가져옵니다.

Status

AdaptiveMediaSource 개체를 만들려는 시도의 상태 가져옵니다.

적용 대상

추가 정보