IsEqual (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

CSpStreamFormat::IsEqual

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
)

Parameters

rguidFormatId
The format ID of the stream to compare with.
pwfex
The wave format of the stream to compare with.

Return values

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.