次の方法で共有


CMediaType::SetTemporalCompression (Compact 2013)

3/26/2014

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

Syntax

void SetTemporalCompression(
  BOOL bCompressed 
);

Parameters

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

Return Value

None.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CMediaType Class