STRMBUF_CAPTURE_MODE (Compact 2013)

3/26/2014

The elements of this enumeration identify the type of recording for DVR applications.

Syntax

typedef enum CaptureMode {
  STRMBUF_TEMPORARY_RECORDING = 0,
  STRMBUF_PERMANENT_RECORDING
} STRMBUF_CAPTURE_MODE;

Elements

  • STRMBUF_TEMPORARY_RECORDING
    Indicates that the recording is a temporary recording.
  • STRMBUF_PERMANENT_RECORDING
    Indicates that the recording is a permanent recording.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Enumerations
IStreamBufferCapture::GetCaptureMode