Share via


AM_FILESINK_FLAGS

Send Feedback

This enumeration provides values that describe a file sink.

typedef enum {
  AM_FILE_OVERWRITE = 0x00000001,
} AM_FILESINK_FLAGS;

Elements

AM_FILE_OVERWRITE

Indicates that a file should be destroyed.

Requirements

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

For more information, see Setting Up the Build Environment.

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 5.01 and later
Header:

See Also

DirectShow Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.