| 358 | //============================================================= |
| 359 | template <class T> |
| 360 | int AudioFile<T>::getBitDepth() const |
| 361 | { |
| 362 | return bitDepth; |
| 363 | } |
| 364 | |
| 365 | //============================================================= |
| 366 | template <class T> |
no outgoing calls