Home
last modified time | relevance | path

Searched defs:MPG123Handle (Results 1 – 1 of 1) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSampleFormatMP3.cpp210 struct MPG123Handle in ReadMP3Sample() struct
212 mpg123_handle *mh; in ReadMP3Sample()
213 MPG123Handle() : mh(mpg123_new(0, nullptr)) { } in ReadMP3Sample() argument
214 ~MPG123Handle() { mpg123_delete(mh); } in ReadMP3Sample()
215 operator mpg123_handle *() { return mh; } in ReadMP3Sample()