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

Method getNextReadPosition

src/AudioBufferSource.cpp:91–95  ·  view source on GitHub ↗

Get the next read position of this source

Source from the content-addressed store, hash-verified

89
90// Get the next read position of this source
91juce::int64 AudioBufferSource::getNextReadPosition() const
92{
93 // return the next read position
94 return position;
95}
96
97// Get the total length (in samples) of this audio source
98juce::int64 AudioBufferSource::getTotalLength() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected