Microsoft Windows CE 3.0  

CMediaType::IsTemporalCompressed

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.

Asks if the stream will be compressed temporally.

BOOL IsTemporalCompressed( ) const;

Return Values

Returns one of the following values.

TRUE Stream will have temporal compression.
FALSE Stream will have no temporal compression.

Remarks

Some data streams, such as compressed video, have temporal dependencies between successive samples. Other data streams do not have temporal dependencies between their samples; that is, each sample can be treated as an independent unit; for example, MIDI.