Add getter for playback path
This commit is contained in:
@@ -31,6 +31,8 @@ class ArSessionPlayback final : public ArSession, public std::enable_shared_from
|
||||
|
||||
[[nodiscard]] ArType GetArType() override;
|
||||
|
||||
[[nodiscard]] const std::string& GetPlaybackPath() const { return recordingPath; }
|
||||
|
||||
void SetRenderer(IRenderer* renderer) override;
|
||||
|
||||
Event<double> OnPlaybackProgress;
|
||||
|
||||
Reference in New Issue
Block a user