Mount Fuji Engine  0.8b

Flags used to specify various properties of an audio stream when created.

Enumerator
MFASF_QueryLength 

Allows the user to query the stream length.

MFASF_AllowSeeking 

Allows seeking within the stream.

MFASF_AllowBuffering 

Allows buffering of the compressed data if the driver chooses.

(May use a lot of memory)

MFASF_DecodeOnly 

The stream is created for decode only.

Streams created with the MFASF_DecodeOnly flag may not be played.