MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getBytesPerChannel

Method getBytesPerChannel

Engine/source/sfx/sfxCommon.h:286–286  ·  view source on GitHub ↗

The number of bytes of data per channel.

Source from the content-addressed store, hash-verified

284
285 /// The number of bytes of data per channel.
286 U8 getBytesPerChannel() const { return getBitsPerChannel() / 8; }
287
288 /// The number of bits per sound sample.
289 U8 getBitsPerSample() const { return mBitsPerSample; }

Callers 1

readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected