PrevUpHomeNext

Source type

#include <oalplus/source_type.hpp>

enum class SourceType : ALenum
{
	Undetermined = AL_UNDETERMINED,
	Static       = AL_STATIC,
	Streaming    = AL_STREAMING
};

template <>
Range<SourceType> EnumValueRange<SourceType>(void);

StrCRef EnumValueName(SourceType);

PrevUpHomeNext