Freigeben über


VideoMediaFrameFormat Klasse

Definition

Beschreibt das Bildformat eines VideoMediaFrame.

public ref class VideoMediaFrameFormat sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoMediaFrameFormat final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoMediaFrameFormat
Public NotInheritable Class VideoMediaFrameFormat
Vererbung
Object Platform::Object IInspectable VideoMediaFrameFormat
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Hinweise

Rufen Sie eine instance dieser Klasse ab, indem Sie auf die Eigenschaft MediaFrameFormat.VideoFormat, VideoMediaFrame.VideoFormat oder DepthMediaFrame.VideoFormat zugreifen.

Anleitungen zur Verwendung von MediaFrameSource zum Erfassen von Frames finden Sie unter Verarbeiten von Medienframes mit MediaFrameReader.

Eigenschaften

DepthFormat

Ruft ein -Objekt ab, das das Format der Tiefendaten in einem Videomedienframe beschreibt, wenn der Frame Tiefendaten enthält.

Height

Ruft die Höhe des Videomedienrahmens in Pixel ab.

MediaFrameFormat

Ruft ein -Objekt ab, das Informationen zum Format des Medienframes bereitstellt, das nicht spezifisch für Videoframes ist.

Width

Ruft die Breite des Videomedienframes in Pixel ab.

Gilt für:

Weitere Informationen