Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
374
juce::AudioBuffer<float> *Frame::GetAudioSampleBuffer()
375
{
376
return audio.get();
377
}
378
379
// Get the size in bytes of this frame (rough estimate)
380
int64_t Frame::GetBytes()
Callers
1
getNextAudioBlock
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected