rodio icon indicating copy to clipboard operation
rodio copied to clipboard

Access DecoderImpl ?

Open ctjhoa opened this issue 5 years ago • 0 comments

Hi, I would like to get tags of the FLAC file I'm reading. Claxon FlacReader has a method for that. https://docs.rs/claxon/0.4.2/claxon/struct.FlacReader.html#method.tags

However, I cannot find a way in rodio to access the DecoderImpl (here FlacDecoder) to get the reader property https://github.com/tomaka/rodio/blob/master/src/decoder/flac.rs#L14

Is it possible with the current code base? Or is it require some visibility changes?

Thanks

ctjhoa avatar Jul 04 '19 12:07 ctjhoa