@return the number of samples contained in the packet.
| 86 | |
| 87 | /// @return the number of samples contained in the packet. |
| 88 | U32 getSampleCount() const { return ( mSizeActual / mFormat.getBytesPerSample() ); } |
| 89 | }; |
| 90 | |
| 91 | //-------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected