Set the channel layout of audio samples (i.e. mono, stereo, 5 point surround, etc...)
| 170 | |
| 171 | // Set the channel layout of audio samples (i.e. mono, stereo, 5 point surround, etc...) |
| 172 | void ChannelsLayout(openshot::ChannelLayout new_channel_layout) { channel_layout = new_channel_layout; }; |
| 173 | |
| 174 | /// Clear the waveform image (and deallocate its memory) |
| 175 | void ClearWaveform(); |
nothing calls this directly
no outgoing calls
no test coverage detected