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

Method GetAudioSampleBuffer

src/Frame.cpp:374–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374juce::AudioBuffer<float> *Frame::GetAudioSampleBuffer()
375{
376 return audio.get();
377}
378
379// Get the size in bytes of this frame (rough estimate)
380int64_t Frame::GetBytes()

Callers 1

getNextAudioBlockMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected