Share via


IAudioMediaType::IsCompressedFormat-Methode (audiomediatype.h)

Die IsCompressedFormat -Methode bestimmt, ob das Audiodatenformat ein komprimiertes Format ist.

Syntax

HRESULT IsCompressedFormat(
  [out] BOOL *pfCompressed
);

Parameter

[out] pfCompressed

Empfängt einen booleschen Wert. Der Wert ist TRUE , wenn das Format komprimiert ist, oder FALSE , wenn das Format nicht komprimiert ist.

Rückgabewert

Die IsCompressedFormat Methode gibt S_OK zurück, wenn das Audiodatenformat komprimiert ist, andernfalls wird ein Fehlercode zurückgegeben.

Bemerkungen

Keine.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Verfügbar in Windows Vista und späteren Windows-Versionen.
Zielplattform Desktop
Kopfzeile audiomediatype.h (include Audiomediatype.h)
IRQL Alle Ebenen