Various flags related to playback of a sound. 
| Enumerator | 
|---|
| MFPF_Looping | Specifies that the sound is a looping sound.  | 
| MFPF_3D | Specifies that the sound should be played in 3d space.  | 
| MFPF_BeginPaused | Specifies that the voice will be created paused.  | 
| MFPF_Reserved | Bit mask is reserved for internal use.  | 
| MFPF_ForceInt | Force MFPlayFlags to an int type.  |