Microsoft Windows CE 3.0  

CMediaType::SetTemporalCompression

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Marks the media type so that the data stream it describes might or might not contain temporal compression (according to the input Boolean flag).

void SetTemporalCompression(
BOOL
bCompressed
);

Parameters

bCompressed
TRUE to indicate that the stream will contain temporal compression; otherwise, FALSE.

Return Values

No return value.