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

Method SampleRate

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

Set the original sample rate of this frame's audio data

Source from the content-addressed store, hash-verified

244
245 /// Set the original sample rate of this frame's audio data
246 void SampleRate(int orig_sample_rate) { sample_rate = orig_sample_rate; };
247
248 /// Set the direction of the audio buffer of this frame
249 void SetAudioDirection(bool is_increasing);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected