AppBroadcastStreamVideoFrame Klasse

Definition

Stellt einen Videoframe in einem Broadcaststream dar.

Hinweis

Diese API erfordert die Funktionen appBroadcast und appBroadcastSettings , die nicht für alle Windows-Apps verfügbar sind. Sofern Ihr Entwicklerkonto nicht speziell von Microsoft bereitgestellt wird, schlagen Aufrufe dieser API zur Laufzeit fehl.

public ref class AppBroadcastStreamVideoFrame sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppBroadcastContract, 65536)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBroadcastStreamVideoFrame final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppBroadcastContract), 65536)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBroadcastStreamVideoFrame
Public NotInheritable Class AppBroadcastStreamVideoFrame
Vererbung
Object Platform::Object IInspectable AppBroadcastStreamVideoFrame
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.15063.0)
API contract
Windows.Media.Capture.AppBroadcastContract (eingeführt in v1.0)
App-Funktionen
appBroadcast appBroadcastSettings

Hinweise

Rufen Sie eine instance dieser Klasse ab, indem Sie AppBroadcastStreamReader.TryGetNextVideoFrame aufrufen.

Eigenschaften

VideoBuffer

Ruft den Puffer ab, der die Bilddaten für den Broadcastaudioframe enthält.

VideoHeader

Ruft ein -Objekt ab, das Metadaten zum zugeordneten Broadcastvideoframe enthält.

Gilt für: