Share via


STRMBUF_CAPTURE_MODE (Windows CE 5.0)

Send Feedback

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

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

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 5.0 with Windows CE 5.0 Networked Media Device Feature Pack

See Also

DirectShow Enumerations | IStreamBufferCapture::GetCaptureMode

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.