You are reading help file online using chmlib.com
|
CSpStreamFormat::IsEqual compares a specified stream format and format ID to the instance's format and format ID.
BOOL IsEqual(
REFGUID rguidFormatId,
const WAVEFORMATEX *pwfex
)
Value | Description |
---|---|
TRUE | The two streams are identical. |
FALSE | The reference IDs of the streams are not the same, or the streams have different contents. |
You are reading help file online using chmlib.com
|