Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
0b8d292c0fb36ddd1476a8ddd4f76360d3c64d8c
/
.
/
include
/
rive
/
audio
/
audio_format.hpp
blob: 330dffea5025ece9745f8f530331838bd3630537 [
file
]
#ifndef
_RIVE_AUDIO_FORMAT_HPP_
#define
_RIVE_AUDIO_FORMAT_HPP_
namespace
rive
{
enum
class
AudioFormat
:
unsigned
int
{
unknown
=
0
,
wav
,
flac
,
mp3
,
vorbis
,
buffered
};
}
#endif