Enum
MFFileOpenMode

Definition

Namespace:MediaFoundation

Assembly:MediaFoundation.dll

Syntax:

cs-api-definition
[UnmanagedName("MF_FILE_OPENMODE")]
public enum MFFileOpenMode

Fields

AppendIfExist

Declaration

cs-api-definition
AppendIfExist = 3

Field Value

MFFileOpenMode

DeleteIfExist

Declaration

cs-api-definition
DeleteIfExist = 4

Field Value

MFFileOpenMode

FailIfExist

Declaration

cs-api-definition
FailIfExist = 1

Field Value

MFFileOpenMode

FailIfNotExist

Declaration

cs-api-definition
FailIfNotExist = 0

Field Value

MFFileOpenMode

ResetIfExist

Declaration

cs-api-definition
ResetIfExist = 2

Field Value

MFFileOpenMode