Getting the Bitrate

How do I get the bitrate of a sound in an event?

I was originally using an FMOD::Sound(created strait from sound files) to get the Raw Bytes and the Milliseconds, but with Events I’m not sure if there’s an option for finding Raw Bytes.

Events are opaque, there is no API to retrieve the sounds objects they use, so no way to get bitrate.