RxDisplayLink icon indicating copy to clipboard operation
RxDisplayLink copied to clipboard

Any reason to keep RxDisplayLink.fps private?

Open samw3 opened this issue 5 years ago • 1 comments

Knowing the FPS of a displaylink created elsewhere is helpful for converting durations in seconds into number of frames. I'd be cool with a link.numFrames(for interval: RXTimeInterval) or similar too.

samw3 avatar Apr 10 '19 03:04 samw3

It's a good idea. Thanks. RxDisplayLink.fps will be not updated, because it aleways returns value that got in initialize.

KyoheiG3 avatar Apr 22 '19 09:04 KyoheiG3