MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ChannelsLayout

Method ChannelsLayout

src/Frame.h:172–172  ·  view source on GitHub ↗

Set the channel layout of audio samples (i.e. mono, stereo, 5 point surround, etc...)

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected