Share via


AM_FILESINK_FLAGS (Compact 2013)

3/26/2014

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

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

DirectShow Enumerations