次の方法で共有


CMediaType::IsTemporalCompressed (Compact 2013)

3/26/2014

Asks if the stream will be compressed temporally.

Syntax

BOOL IsTemporalCompressed( ) const;

Parameters

None.

Return Value

Returns one of the following values.

Value

Description

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.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CMediaType Class