| 186 | |
| 187 | protected: |
| 188 | void set(const ::AudioStream& stream) { |
| 189 | buffer = stream.buffer; |
| 190 | processor = stream.processor; |
| 191 | sampleRate = stream.sampleRate; |
| 192 | sampleSize = stream.sampleSize; |
| 193 | channels = stream.channels; |
| 194 | } |
| 195 | }; |
| 196 | } // namespace raylib |
| 197 |
nothing calls this directly
no outgoing calls
no test coverage detected