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

Method prepareToPlay

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

Prepare to play this audio source

Source from the content-addressed store, hash-verified

75
76// Prepare to play this audio source
77void AudioBufferSource::prepareToPlay(int, double) { }
78
79// Release all resources
80void AudioBufferSource::releaseResources() { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected