Share via


AM_FILESINK_FLAGS (Windows Embedded CE 6.0)

1/6/2010

This enumeration provides values that describe a file sink.

Syntax

typedef enum {
  AM_FILE_OVERWRITE = 0x00000001,
} AM_FILESINK_FLAGS;

Elements

  • AM_FILE_OVERWRITE
    Indicates that a file should be destroyed.

Requirements

Windows Embedded CE Windows Embedded CE 6.0 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