OEGetDefaultIFlavor¶
unsigned int OEGetDefaultIFlavor(unsigned int format)
Returns the default input file flavor associated with the given file format.
The set of valid file formats are defined in the OEFormat
namespace.
The default flavors are automatically set by the
oemolistream constructors. The flavor for any
format can be set using the oemolstreambase.SetFlavor
method.
See also
OESetDefaultFlavors
function.OESetDefaultIFlavors
function.oemolstreambase.SetFlavor
andoemolstreambase.GetFlavor
methods.