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

Method getSampleCount

Engine/source/sfx/sfxInternal.h:88–88  ·  view source on GitHub ↗

@return the number of samples contained in the packet.

Source from the content-addressed store, hash-verified

86
87 /// @return the number of samples contained in the packet.
88 U32 getSampleCount() const { return ( mSizeActual / mFormat.getBytesPerSample() ); }
89};
90
91//--------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

getBytesPerSampleMethod · 0.80

Tested by

no test coverage detected