IMiniportAudioEngineNode::GetEngineFormatSize-Methode (portcls.h)

Ruft den Formattyp und die Puffergröße für das Audiodatenformat der Audio-Engine ab.

Syntax

NTSTATUS GetEngineFormatSize(
  [in]  ULONG             ulNodeId,
  [in]  eEngineFormatType formatType,
  [out] ULONG             *pulFormatSize
);

Parameter

[in] ulNodeId

Die ID des Audiomodulknotens.

[in] formatType

Eine Enumeration vom Typ eEngineFormatType , die den Audiodatenformattyp darstellt.

[out] pulFormatSize

Die Datenpuffergröße für den Formattyp.

Rückgabewert

GetEngineFormatSize gibt S_OK zurück, wenn der Aufruf erfolgreich war. Andernfalls gibt die Methode einen entsprechenden Fehlercode zurück.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8
Unterstützte Mindestversion (Server) Windows Server 2012
Zielplattform Universell
Header portcls.h

Weitere Informationen

IMiniportAudioEngineNode

eEngineFormatType