AudioFileRegionFlags Enum

Definition

A flagging enumeration whose values are used in the Flags property.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AudioFileRegionFlags
type AudioFileRegionFlags = 
Inheritance
AudioFileRegionFlags
Attributes

Fields

LoopEnable 1

In conjunction with at least one other flag, loops the region.

PlayBackward 4

The region is played in reverse.

PlayForward 2

The region is played normally.

Applies to