次の方法で共有


STRMBUF_CAPTURE_MODE (Windows Embedded CE 6.0)

1/6/2010

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

Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

DirectShow Enumerations
IStreamBufferCapture::GetCaptureMode