Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IsCompressedFormat method determines whether the audio data format is a compressed format.
Syntax
HRESULT IsCompressedFormat(
[out] BOOL *pfCompressed
);
Parameters
[out] pfCompressed
Receives a Boolean value. The value is TRUE if the format is compressed or FALSE if the format is uncompressed.
Return value
The IsCompressedFormat method returns S_OK if the audio data format is compressed, otherwise it returns an error code.
Remarks
None.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows Vista and later versions of Windows. |
| Target Platform | Desktop |
| Header | audiomediatype.h (include Audiomediatype.h) |
| IRQL | All levels |