AdaptiveMediaSourceCreationResult Klasse

Definition

Stellt das Ergebnis der Erstellung eines AdaptiveMediaSource-Objekts dar.

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
Vererbung
Object Platform::Object IInspectable AdaptiveMediaSourceCreationResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Auf dieses Objekt wird zugegriffen, wenn Sie eine der Methoden CreateFromStreamAsync oder CreateFromUriAsync aufrufen, um ein AdaptiveMediaSource-Objekt zu erstellen.

Anleitungen zur Verwendung von adaptivem Streaming in Ihrer App finden Sie unter Adaptives Streaming.

Versionsverlauf

Windows-Version SDK-Version Wertschöpfung
1703 15063 ExtendedError

Eigenschaften

ExtendedError

Ruft den erweiterten Fehlercode ab, der der Erstellung eines AdaptiveMediaSource-Objekts zugeordnet ist.

HttpResponseMessage

Ruft die HTTP-Antwortnachricht ab, falls vorhanden, die von einem Versuch zurückgegeben wird, ein AdaptiveMediaSource-Objekt zu erstellen.

MediaSource

Ruft das AdaptiveMediaSource-Objekt ab, das die Quelle des adaptiven Streaminginhalts darstellt.

Status

Ruft den status eines Versuchs ab, ein AdaptiveMediaSource-Objekt zu erstellen.

Gilt für:

Weitere Informationen