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

Method Seek

src/AudioReaderSource.h:97–97  ·  view source on GitHub ↗

Seek to a specific frame

Source from the content-addressed store, hash-verified

95
96 /// Seek to a specific frame
97 void Seek(int64_t new_position) { frame_position = new_position; sample_position=0; }
98
99 };
100

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected